object::read::pe

Type Alias PeComdatSectionIterator64

Source
pub 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.

Aliased Typeยง

struct PeComdatSectionIterator64<'data, 'file, R = &'data [u8]> { /* private fields */ }