Struct mach_o_sys::nlist::nlist [] [src]

#[repr(C)]
pub struct nlist { pub n_un: Union_Unnamed1, pub n_type: uint8_t, pub n_sect: uint8_t, pub n_desc: int16_t, pub n_value: uint32_t, }

Fields

Trait Implementations

impl Copy for nlist
[src]

impl Clone for nlist
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nlist
[src]

Formats the value using the given formatter.

impl Default for nlist
[src]

Returns the "default value" for a type. Read more