Struct macho::Header [] [src]

pub struct Header {
    pub magic: u32,
    pub cputype: cpu_type_t,
    pub cpusubtype: cpu_subtype_t,
    pub filetype: u32,
    pub ncmds: u32,
    pub sizeofcmds: u32,
    pub flags: u32,
    // some fields omitted
}

Fields

magic: u32 cputype: cpu_type_t cpusubtype: cpu_subtype_t filetype: u32 ncmds: u32 sizeofcmds: u32 flags: u32

Trait Implementations

impl Debug for Header
[src]

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

Formats the value using the given formatter.