pub type PeSegmentIterator64<'data, 'file, R = &'data [u8]> = PeSegmentIterator<'data, 'file, ImageNtHeaders64, R>;Expand description
An iterator for the loadable sections in a PeFile64.
Aliased Typeยง
struct PeSegmentIterator64<'data, 'file, R = &'data [u8]> { /* private fields */ }