Type Definition object::read::macho::MachOSectionIterator64 [−][src]
type MachOSectionIterator64<'data, 'file, Endian = Endianness> = MachOSectionIterator<'data, 'file, MachHeader64<Endian>>;
An iterator over the sections of a MachOFile64
.