pub type PeComdatSectionIterator64<'data, 'file> = PeComdatSectionIterator<'data, 'file, ImageNtHeaders64>;
Expand description
An iterator over the sections in a COMDAT section group of a PeFile64
.
pub type PeComdatSectionIterator64<'data, 'file> = PeComdatSectionIterator<'data, 'file, ImageNtHeaders64>;
An iterator over the sections in a COMDAT section group of a PeFile64
.