pub type MachOSegmentIterator32<'data, 'file, Endian = Endianness, R = &'data [u8]> = MachOSegmentIterator<'data, 'file, MachHeader32<Endian>, R>;Expand description
An iterator over the segments of a MachOFile32.
pub type MachOSegmentIterator32<'data, 'file, Endian = Endianness, R = &'data [u8]> = MachOSegmentIterator<'data, 'file, MachHeader32<Endian>, R>;An iterator over the segments of a MachOFile32.