pub type ElfSegmentIterator64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSegmentIterator<'data, 'file, FileHeader64<Endian>, R>;Expand description
An iterator over the segments of an ElfFile64.
pub type ElfSegmentIterator64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSegmentIterator<'data, 'file, FileHeader64<Endian>, R>;An iterator over the segments of an ElfFile64.