#[repr(C)]pub struct nlist {
pub n_name: *mut c_char,
pub n_type: u8,
pub n_other: c_char,
pub n_desc: i16,
pub n_value: c_ulong,
}Fields§
§n_name: *mut c_char§n_type: u8§n_other: c_char§n_desc: i16§n_value: c_ulongAuto Trait Implementations§
impl Freeze for nlist
impl RefUnwindSafe for nlist
impl !Send for nlist
impl !Sync for nlist
impl Unpin for nlist
impl UnsafeUnpin for nlist
impl UnwindSafe for nlist
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