Type Alias object::read::coff::CoffBigSegment

source ·
pub type CoffBigSegment<'data, 'file, R = &'data [u8]> = CoffSegment<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description

A loadable section in a CoffBigFile.

Most functionality is provided by the ObjectSegment trait implementation.

Aliased Type§

struct CoffBigSegment<'data, 'file, R = &'data [u8]> { /* private fields */ }