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]> {
file: &'file PeFile<'data, ImageNtHeaders32, R>,
}
Fields§
§file: &'file PeFile<'data, ImageNtHeaders32, R>