pub type PeComdatSectionIterator32<'data, 'file> = PeComdatSectionIterator<'data, 'file, ImageNtHeaders32>;
Expand description
An iterator over the sections in a COMDAT section group of a PeFile32
.
pub type PeComdatSectionIterator32<'data, 'file> = PeComdatSectionIterator<'data, 'file, ImageNtHeaders32>;
An iterator over the sections in a COMDAT section group of a PeFile32
.