Struct mach_o_sys::loader::mach_header_64 [] [src]

pub struct mach_header_64 {
    pub magic: uint32_t,
    pub cputype: cpu_type_t,
    pub cpusubtype: cpu_subtype_t,
    pub filetype: uint32_t,
    pub ncmds: uint32_t,
    pub sizeofcmds: uint32_t,
    pub flags: uint32_t,
    pub reserved: uint32_t,
}

Fields

magic: uint32_t cputype: cpu_type_t cpusubtype: cpu_subtype_t filetype: uint32_t ncmds: uint32_t sizeofcmds: uint32_t flags: uint32_t reserved: uint32_t

Trait Implementations

impl Clone for mach_header_64
[src]

fn clone(&self) -> mach_header_64

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 mach_header_64
[src]

impl Debug for mach_header_64
[src]

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

Formats the value using the given formatter.

impl Default for mach_header_64
[src]

fn default() -> Self

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