object::read::pe

Type Alias PeSegmentIterator32

Source
pub type PeSegmentIterator32<'data, 'file, R = &'data [u8]> = PeSegmentIterator<'data, 'file, ImageNtHeaders32, R>;
Expand description

An iterator over the loadable sections of a PeFile32.

Aliased Typeยง

struct PeSegmentIterator32<'data, 'file, R = &'data [u8]> { /* private fields */ }