#[repr(C)]
pub struct Nlist32<E: Endian> { pub n_strx: U32<E>, pub n_type: u8, pub n_sect: u8, pub n_desc: U16<E>, pub n_value: U32<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: U32<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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.