#[repr(C)]pub struct nlist_64 {
pub n_un: nlist_64__bindgen_ty_1,
pub n_type: u8,
pub n_sect: u8,
pub n_desc: u16,
pub n_value: u64,
}Fields§
§n_un: nlist_64__bindgen_ty_1§n_type: u8§n_sect: u8§n_desc: u16§n_value: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for nlist_64
impl RefUnwindSafe for nlist_64
impl Send for nlist_64
impl Sync for nlist_64
impl Unpin for nlist_64
impl UnwindSafe for nlist_64
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