Struct object::macho::Nlist64

source ·
#[repr(C)]
pub struct Nlist64<E: Endian> { pub n_strx: U32<E>, pub n_type: u8, pub n_sect: u8, pub n_desc: U16<E>, pub n_value: U64Bytes<E>, }

Fields§

§n_strx: U32<E>

index into the string table

§n_type: u8

type flag, see below

§n_sect: u8

section 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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Return true if this is a STAB symbol. Read more
Return true if this is an undefined symbol.
Return true if the symbol is a definition of a function or data object.
Return the library ordinal. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.