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