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