Type Definition object::read::macho::MachOSectionIterator32 [−][src]
pub type MachOSectionIterator32<'data, 'file, Endian = Endianness, R = &'data [u8]> = MachOSectionIterator<'data, 'file, MachHeader32<Endian>, R>;
Expand description
An iterator over the sections of a MachOFile32
.