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