Struct mach_o_sys::loader::routines_command_64 [] [src]

#[repr(C)]
pub struct routines_command_64 { pub cmd: uint32_t, pub cmdsize: uint32_t, pub init_address: uint64_t, pub init_module: uint64_t, pub reserved1: uint64_t, pub reserved2: uint64_t, pub reserved3: uint64_t, pub reserved4: uint64_t, pub reserved5: uint64_t, pub reserved6: uint64_t, }

Fields

Trait Implementations

impl Copy for routines_command_64
[src]

impl Clone for routines_command_64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for routines_command_64
[src]

Formats the value using the given formatter.

impl Default for routines_command_64
[src]

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