pub struct MultiArch<'a> {
pub narches: usize,
/* private fields */
}Expand description
A Mach-o multi architecture (Fat) binary container
Fields§
§narches: usizeImplementations§
Source§impl<'a> MultiArch<'a>
impl<'a> MultiArch<'a>
Sourcepub fn iter_arches(&self) -> FatArchIterator<'_> ⓘ
pub fn iter_arches(&self) -> FatArchIterator<'_> ⓘ
Iterate every fat arch header
Sourcepub fn get(&self, index: usize) -> Result<SingleArch<'a>>
pub fn get(&self, index: usize) -> Result<SingleArch<'a>>
Try to get the Mach-o binary at index