#[repr(C)]pub struct BNSectionInfo {
pub name: *const c_char,
pub start: u64,
pub length: u64,
pub semantics: BNSectionSemantics,
pub type_: *const c_char,
pub align: u64,
pub entrySize: u64,
pub linkedSection: *const c_char,
pub infoSection: *const c_char,
pub infoData: u64,
}Fields§
§name: *const c_char§start: u64§length: u64§semantics: BNSectionSemantics§type_: *const c_char§align: u64§entrySize: u64§linkedSection: *const c_char§infoSection: *const c_char§infoData: u64Trait Implementations§
source§impl Clone for BNSectionInfo
impl Clone for BNSectionInfo
source§fn clone(&self) -> BNSectionInfo
fn clone(&self) -> BNSectionInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BNSectionInfo
impl Debug for BNSectionInfo
source§impl Default for BNSectionInfo
impl Default for BNSectionInfo
impl Copy for BNSectionInfo
Auto Trait Implementations§
impl Freeze for BNSectionInfo
impl RefUnwindSafe for BNSectionInfo
impl !Send for BNSectionInfo
impl !Sync for BNSectionInfo
impl Unpin for BNSectionInfo
impl UnwindSafe for BNSectionInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)