Struct mach_o_sys::loader::routines_command [] [src]

pub struct routines_command {
    pub cmd: uint32_t,
    pub cmdsize: uint32_t,
    pub init_address: uint32_t,
    pub init_module: uint32_t,
    pub reserved1: uint32_t,
    pub reserved2: uint32_t,
    pub reserved3: uint32_t,
    pub reserved4: uint32_t,
    pub reserved5: uint32_t,
    pub reserved6: uint32_t,
}

Fields

cmd: uint32_t cmdsize: uint32_t init_address: uint32_t init_module: uint32_t reserved1: uint32_t reserved2: uint32_t reserved3: uint32_t reserved4: uint32_t reserved5: uint32_t reserved6: uint32_t

Trait Implementations

impl Clone for routines_command
[src]

fn clone(&self) -> routines_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 routines_command
[src]

impl Debug for routines_command
[src]

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

Formats the value using the given formatter.

impl Default for routines_command
[src]

fn default() -> Self

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