Type Definition object::read::pe::PeSegmentIterator32[][src]

type PeSegmentIterator32<'data, 'file, R = &'data [u8]> = PeSegmentIterator<'data, 'file, ImageNtHeaders32, R>;
Expand description

An iterator over the loadable sections of a PeFile32.