Struct object::macho::FatHeader [−][src]
Fields
magic: U32<BigEndian>
FAT_MAGIC or FAT_MAGIC_64
nfat_arch: U32<BigEndian>
number of structs that follow
Implementations
Attempt to parse a fat header.
Does not validate the magic value.
Attempt to parse a fat header and 32-bit fat arches.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FatHeader
impl UnwindSafe for FatHeader
Blanket Implementations
Mutably borrows from an owned value. Read more