pub type PeSegmentIterator64<'data, 'file> = PeSegmentIterator<'data, 'file, ImageNtHeaders64>;
Expand description

An iterator over the loadable sections of a PeFile64.