pub type PeComdatIterator64<'data, 'file> = PeComdatIterator<'data, 'file, ImageNtHeaders64>;
Expand description

An iterator over the COMDAT section groups of a PeFile64.