[−][src]Type Definition object::read::pe::PeSectionIterator32
type PeSectionIterator32<'data, 'file> = PeSectionIterator<'data, 'file, ImageNtHeaders32>;
An iterator over the sections of a PeFile32
.
type PeSectionIterator32<'data, 'file> = PeSectionIterator<'data, 'file, ImageNtHeaders32>;
An iterator over the sections of a PeFile32
.