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

Trait Implementations

impl Debug for FatArch
[src]

[src]

Formats the value using the given formatter.

impl Default for FatArch
[src]

[src]

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

impl Clone for FatArch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more