pub type MachOSegmentIterator64<'data, 'file, Endian = Endianness> = MachOSegmentIterator<'data, 'file, MachHeader64<Endian>>;
Expand description
An iterator over the segments of a MachOFile64
.
pub type MachOSegmentIterator64<'data, 'file, Endian = Endianness> = MachOSegmentIterator<'data, 'file, MachHeader64<Endian>>;
An iterator over the segments of a MachOFile64
.