Struct macho::MachHeader [] [src]

pub struct MachHeader {
    pub header: MachHeader_,
    pub segments: Vec<SegmentCommand>,
}

Fields

header: MachHeader_ segments: Vec<SegmentCommand>

Methods

impl MachHeader
[src]

fn parse(bytes: &[u8]) -> Option<MachHeader>

Trait Implementations

impl Debug for MachHeader
[src]

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

Formats the value using the given formatter.