Struct mach_o_sys::loader::mach_header [] [src]

#[repr(C)]
pub struct mach_header { 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, }

Fields

Trait Implementations

impl Copy for mach_header
[src]

impl Clone for mach_header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mach_header
[src]

Formats the value using the given formatter.

impl Default for mach_header
[src]

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