Type Definition object::read::macho::MachOSectionIterator64 [−][src]
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
.