Struct goblin::mach::symbols::Nlist64 [−][src]
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: u64
value of this symbol (or stab offset)
Trait Implementations
impl Clone for Nlist64
[src][+]
impl Copy for Nlist64
[src]
impl Debug for Nlist64
[src][+]
impl From<Nlist> for Nlist64
[src][+]
impl From<Nlist64> for Nlist
[src][+]
impl FromCtx<Endian, [u8]> for Nlist64
[src][+]
impl<'a> IntoCtx<Endian, [u8]> for &'a Nlist64
[src][+]
impl IntoCtx<Endian, [u8]> for Nlist64
[src][+]
impl SizeWith<Endian> for Nlist64
[src][+]
impl<'a> TryFromCtx<'a, Endian, [u8]> for Nlist64 where
Nlist64: 'a,
[src][+]
Nlist64: 'a,
impl<'a> TryIntoCtx<Endian, [u8]> for &'a Nlist64
[src][+]
impl TryIntoCtx<Endian, [u8]> for Nlist64
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Nlist64
impl Send for Nlist64
impl Sync for Nlist64
impl Unpin for Nlist64
impl UnwindSafe for Nlist64
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>,