Enum goblin::mach::Mach[][src]

pub enum Mach<'a> {
    Fat(MultiArch<'a>),
    Binary(MachO<'a>),
}
Expand description

Either a collection of multiple architectures, or a single mach-o binary

Variants

Fat(MultiArch<'a>)

A “fat” multi-architecture binary container

Binary(MachO<'a>)

A regular Mach-o binary

Implementations

Parse from bytes either a multi-arch binary or a regular mach-o binary

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.