Struct mach_o_sys::getsect::dysymtab_command [] [src]

#[repr(C)]
pub struct dysymtab_command { pub cmd: uint32_t, pub cmdsize: uint32_t, pub ilocalsym: uint32_t, pub nlocalsym: uint32_t, pub iextdefsym: uint32_t, pub nextdefsym: uint32_t, pub iundefsym: uint32_t, pub nundefsym: uint32_t, pub tocoff: uint32_t, pub ntoc: uint32_t, pub modtaboff: uint32_t, pub nmodtab: uint32_t, pub extrefsymoff: uint32_t, pub nextrefsyms: uint32_t, pub indirectsymoff: uint32_t, pub nindirectsyms: uint32_t, pub extreloff: uint32_t, pub nextrel: uint32_t, pub locreloff: uint32_t, pub nlocrel: uint32_t, }

Fields

Trait Implementations

impl Copy for dysymtab_command
[src]

impl Clone for dysymtab_command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for dysymtab_command
[src]

Formats the value using the given formatter.

impl Default for dysymtab_command
[src]

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