Struct goblin::mach::Mach [] [src]

pub struct Mach {
    pub header: Header,
}

Fields

header: Header

Methods

impl Mach
[src]

fn from_path<'a>(path: &Path) -> Result<Mach>

Trait Implementations

impl Debug for Mach
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.