Struct goblin::mach::MultiArch [] [src]

pub struct MultiArch<'a> {
    pub narches: usize,
    // some fields omitted
}

A Mach-o multi architecture (Fat) binary container

Fields

Methods

impl<'a> MultiArch<'a>
[src]

Lazily construct Self

Return all the architectures in this binary

Try to get the Mach-o binary at index

Try and find the cputype in Self, if there is one

Trait Implementations

impl<'a, 'b> IntoIterator for &'b MultiArch<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<'a> Debug for MultiArch<'a>
[src]

Formats the value using the given formatter.