object::read::pe

Type Alias PeComdatSectionIterator32

source
pub type PeComdatSectionIterator32<'data, 'file, R = &'data [u8]> = PeComdatSectionIterator<'data, 'file, ImageNtHeaders32, R>;
Expand description

An iterator for the sections in a COMDAT section group in a PeFile32.

Aliased Typeยง

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