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

#[repr(C)]
pub struct FatArch { pub cputype: u32, pub cpusubtype: u32, pub offset: u32, pub size: u32, pub align: u32, }

The Mach-o FatArch always has its data bigendian

Fields

Methods

impl FatArch
[src]

Trait Implementations

impl Clone for FatArch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FatArch
[src]

impl Default for FatArch
[src]

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

impl Debug for FatArch
[src]

Formats the value using the given formatter.