PeComdatSectionIterator64

Type Alias 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§

pub struct PeComdatSectionIterator64<'data, 'file, R = &'data [u8]> {
    file: &'file PeFile<'data, ImageNtHeaders64, R>,
}

Fields§

§file: &'file PeFile<'data, ImageNtHeaders64, R>