pub type ElfSectionIterator32<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSectionIterator<'data, 'file, FileHeader32<Endian>, R>;
Expand description
An iterator over the sections of an ElfFile32
.
Aliased Typeยง
struct ElfSectionIterator32<'data, 'file, Endian = Endianness, R = &'data [u8]> { /* private fields */ }