pub type PeSegmentIterator32<'data, 'file> = PeSegmentIterator<'data, 'file, ImageNtHeaders32>;
Expand description

An iterator over the loadable sections of a PeFile32.