pub type PeSectionIterator32<'data, 'file> = PeSectionIterator<'data, 'file, ImageNtHeaders32>;
Expand description

An iterator over the sections of a PeFile32.