Type Definition 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
.