pub type ElfSectionIterator64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSectionIterator<'data, 'file, FileHeader64<Endian>, R>;Expand description
An iterator for the sections in an ElfFile64.
Aliased Typeยง
struct ElfSectionIterator64<'data, 'file, Endian = Endianness, R = &'data [u8]> { /* private fields */ }