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