Type Alias object::read::pe::PeComdatSectionIterator64

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

An iterator for the sections in a COMDAT section group in a PeFile64.

Aliased Type§

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