Type Alias object::read::coff::section::CoffBigSectionIterator

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

An iterator for the sections in a CoffBigFile.

Aliased Type§

struct CoffBigSectionIterator<'data, 'file, R = &'data [u8]> {
    pub(super) file: &'file CoffFile<'data, R, AnonObjectHeaderBigobj>,
    pub(super) iter: Enumerate<Iter<'data, ImageSectionHeader>>,
}

Fields§

§file: &'file CoffFile<'data, R, AnonObjectHeaderBigobj>§iter: Enumerate<Iter<'data, ImageSectionHeader>>