Struct mach_o_sys::loader::dysymtab_command [] [src]

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

cmd: uint32_t cmdsize: uint32_t ilocalsym: uint32_t nlocalsym: uint32_t iextdefsym: uint32_t nextdefsym: uint32_t iundefsym: uint32_t nundefsym: uint32_t tocoff: uint32_t ntoc: uint32_t modtaboff: uint32_t nmodtab: uint32_t extrefsymoff: uint32_t nextrefsyms: uint32_t indirectsymoff: uint32_t nindirectsyms: uint32_t extreloff: uint32_t nextrel: uint32_t locreloff: uint32_t nlocrel: uint32_t

Trait Implementations

impl Clone for dysymtab_command
[src]

fn clone(&self) -> dysymtab_command

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for dysymtab_command
[src]

impl Debug for dysymtab_command
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for dysymtab_command
[src]

fn default() -> Self

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