Type Alias object::read::coff::CoffBigSegmentIterator

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

An iterator for the loadable sections in a CoffBigFile.

Aliased Type§

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