pub type PeComdatIterator64<'data, 'file> = PeComdatIterator<'data, 'file, ImageNtHeaders64>;Expand description
An iterator over the COMDAT section groups of a PeFile64.
pub type PeComdatIterator64<'data, 'file> = PeComdatIterator<'data, 'file, ImageNtHeaders64>;An iterator over the COMDAT section groups of a PeFile64.