Type Definition object::read::pe::PeComdatSectionIterator64[][src]

type PeComdatSectionIterator64<'data, 'file, R = &'data [u8]> = PeComdatSectionIterator<'data, 'file, ImageNtHeaders64, R>;
Expand description

An iterator over the sections in a COMDAT section group of a PeFile64.