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