Type Definition object::read::pe::PeSegmentIterator32 [−][src]
pub type PeSegmentIterator32<'data, 'file, R = &'data [u8]> = PeSegmentIterator<'data, 'file, ImageNtHeaders32, R>;
Expand description
An iterator over the loadable sections of a PeFile32
.