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§
pub struct CoffBigSegment<'data, 'file, R = &'data [u8]> {
    pub(super) file: &'file CoffFile<'data, R, AnonObjectHeaderBigobj>,
    pub(super) section: &'data ImageSectionHeader,
}Fields§
§file: &'file CoffFile<'data, R, AnonObjectHeaderBigobj>§section: &'data ImageSectionHeader