Enum Mach
Source pub enum Mach<'a> {
Fat(MultiArch<'a>),
Binary(MachO<'a>),
}
Expand description
Either a collection of multiple architectures, or a single mach-o binary
A “fat” multi-architecture binary container
Parse from bytes either a multi-arch binary or a regular mach-o binary
Parse from bytes either a multi-arch binary or a regular mach-o binary in lossy mode
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
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.