Struct goblin::mach::fat::FatHeader [] [src]

#[repr(C)]
pub struct FatHeader { pub magic: u32, pub nfat_arch: u32, }

The Mach-o FatHeader always has its data bigendian

Fields

Methods

impl FatHeader
[src]

Parse a mach-o fat header from the buffer

Trait Implementations

impl Clone for FatHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FatHeader
[src]

impl Default for FatHeader
[src]

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

impl Debug for FatHeader
[src]

Formats the value using the given formatter.