object::read::pe

Type Alias PeComdatIterator64

Source
pub type PeComdatIterator64<'data, 'file, R = &'data [u8]> = PeComdatIterator<'data, 'file, ImageNtHeaders64, R>;
Expand description

An iterator over the COMDAT section groups of a PeFile64.

Aliased Typeยง

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