Type Alias object::read::coff::CoffBigSegmentIterator
source · pub type CoffBigSegmentIterator<'data, 'file, R = &'data [u8]> = CoffSegmentIterator<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description
An iterator over the loadable sections of a CoffBigFile
.
Aliased Type§
struct CoffBigSegmentIterator<'data, 'file, R = &'data [u8]> { /* private fields */ }