#[repr(C)]pub struct Nlist32 {
pub n_strx: u32,
pub n_type: u8,
pub n_sect: u8,
pub n_desc: u16,
pub n_value: u32,
}
Fields§
§n_strx: u32
index into the string table
n_type: u8
type flag, see below
n_sect: u8
section number or NO_SECT
n_desc: u16
see <mach-o/stab.h>
n_value: u32
value of this symbol (or stab offset)
Trait Implementations§
Source§impl<'a> TryIntoCtx<Endian> for &'a Nlist32
impl<'a> TryIntoCtx<Endian> for &'a Nlist32
Source§impl TryIntoCtx<Endian> for Nlist32
impl TryIntoCtx<Endian> for Nlist32
impl Copy for Nlist32
Auto Trait Implementations§
impl Freeze for Nlist32
impl RefUnwindSafe for Nlist32
impl Send for Nlist32
impl Sync for Nlist32
impl Unpin for Nlist32
impl UnwindSafe for Nlist32
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
)