[−][src]Struct object::macho::Nlist64
Fields
n_strx: U32<E>index into the string table
n_type: u8type flag, see below
n_sect: u8section number or NO_SECT
n_desc: U16<E>see <mach-o/stab.h>
n_value: U64Bytes<E>value of this symbol (or stab offset)
Trait Implementations
impl<E: Clone + Endian> Clone for Nlist64<E>[src][+]
impl<E: Copy + Endian> Copy for Nlist64<E>[src]
impl<E: Debug + Endian> Debug for Nlist64<E>[src][+]
impl<Endian: Endian> Nlist for Nlist64<Endian>[src][+]
impl<E: Endian> Pod for Nlist64<E>[src]
Auto Trait Implementations
impl<E> Send for Nlist64<E> where
E: Send,
E: Send,
impl<E> Sync for Nlist64<E> where
E: Sync,
E: Sync,
impl<E> Unpin for Nlist64<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,