pub type CoffBigSection<'data, 'file, R = &'data [u8]> = CoffSection<'data, 'file, R, AnonObjectHeaderBigobj>;Expand description
A section in a CoffBigFile.
Most functionality is provided by the ObjectSection trait implementation.
Aliased Typeยง
struct CoffBigSection<'data, 'file, R = &'data [u8]> { /* private fields */ }