object::read::coff

Type Alias 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 */ }