Struct mach_object::FatArch[][src]

pub struct FatArch {
    pub cputype: cpu_type_t,
    pub cpusubtype: cpu_subtype_t,
    pub offset: u32,
    pub size: u32,
    pub align: u32,
}

For each architecture in the file, specified by a pair of cputype and cpusubtype, the FatArch describes the file offset, file size and alignment in the file of the architecture specific member.

Fields

cpu specifier (int)

machine specifier (int)

file offset to this object file

size of this object file

alignment as a power of 2

Methods

impl FatArch
[src]

Trait Implementations

impl Debug for FatArch
[src]

Formats the value using the given formatter. Read more

impl Default for FatArch
[src]

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

impl Clone for FatArch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FatArch

impl Sync for FatArch