Struct mach_object::FatHeader [] [src]

pub struct FatHeader {
    pub magic: u32,
    pub archs: Vec<FatArch>,
}

The structures of the file format for "fat" architecture specific file (wrapper design). At the begining of the file there is one FatHeader structure followed by a number of FatArch structures.

Fields

fat magic number identifier

number of structs that follow

Trait Implementations

impl Debug for FatHeader
[src]

[src]

Formats the value using the given formatter.

impl Default for FatHeader
[src]

[src]

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

impl Clone for FatHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for FatHeader
[src]

[src]

Formats the value using the given formatter. Read more