Type Definition object::read::pe::PeComdatSectionIterator32
source · pub type PeComdatSectionIterator32<'data, 'file, R = &'data [u8]> = PeComdatSectionIterator<'data, 'file, ImageNtHeaders32, R>;
Expand description
An iterator over the sections in a COMDAT section group of a PeFile32
.