Type Alias object::read::pe::PeSectionIterator64
source · pub type PeSectionIterator64<'data, 'file, R = &'data [u8]> = PeSectionIterator<'data, 'file, ImageNtHeaders64, R>;
Expand description
An iterator for the sections in a PeFile64
.
Aliased Type§
struct PeSectionIterator64<'data, 'file, R = &'data [u8]> { /* private fields */ }