pub type MachOSegmentIterator64<'data, 'file, Endian = Endianness> = MachOSegmentIterator<'data, 'file, MachHeader64<Endian>>;
Expand description

An iterator over the segments of a MachOFile64.