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