extern structstd.macho.mach_header[src]

Fields

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

Source Code

Source code
pub const mach_header = extern struct {
    magic: u32,
    cputype: cpu_type_t,
    cpusubtype: cpu_subtype_t,
    filetype: u32,
    ncmds: u32,
    sizeofcmds: u32,
    flags: u32,
}