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

Trait Implementations

impl Debug for Header
[src]

Formats the value using the given formatter.