pub type ElfSegmentIterator64<'data, 'file, Endian = Endianness> = ElfSegmentIterator<'data, 'file, FileHeader64<Endian>>;
Expand description

An iterator over the segments of an ElfFile64.