Type Alias object::read::coff::CoffBigSection
source · pub type CoffBigSection<'data, 'file, R = &'data [u8]> = CoffSection<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description
A section of a CoffBigFile
.
Aliased Type§
struct CoffBigSection<'data, 'file, R = &'data [u8]> { /* private fields */ }