pub struct Nlist {
pub n_strx: String,
pub n_type: NlistType,
pub n_sect: u8,
pub n_desc: NlistDesc,
pub n_value: u64,
}Fields§
§n_strx: String§n_type: NlistType§n_sect: u8§n_desc: NlistDesc§n_value: u64Implementations§
Trait Implementations§
impl Eq for Nlist
impl StructuralPartialEq for Nlist
Auto 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