pub type PeSectionIterator64<'data, 'file> = PeSectionIterator<'data, 'file, ImageNtHeaders64>;
Expand description

An iterator over the sections of a PeFile64.