Type Alias object::read::coff::CoffBigComdatIterator

source ·
pub type CoffBigComdatIterator<'data, 'file, R = &'data [u8]> = CoffComdatIterator<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description

An iterator for the COMDAT section groups in a CoffBigFile.

Aliased Type§

struct CoffBigComdatIterator<'data, 'file, R = &'data [u8]> {
    file: &'file CoffFile<'data, R, AnonObjectHeaderBigobj>,
    index: SymbolIndex,
}

Fields§

§file: &'file CoffFile<'data, R, AnonObjectHeaderBigobj>§index: SymbolIndex