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