object::read::pe

Type Alias PeComdatIterator32

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

An iterator over the COMDAT section groups of a PeFile32.

Aliased Typeยง

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