pub type PeComdatIterator32<'data, 'file> = PeComdatIterator<'data, 'file, ImageNtHeaders32>;Expand description
An iterator over the COMDAT section groups of a PeFile32.
pub type PeComdatIterator32<'data, 'file> = PeComdatIterator<'data, 'file, ImageNtHeaders32>;An iterator over the COMDAT section groups of a PeFile32.