Type Alias object::read::coff::CoffBigSection

source ·
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 */ }