Type Alias object::read::pe::PeSection64

source ·
pub type PeSection64<'data, 'file, R = &'data [u8]> = PeSection<'data, 'file, ImageNtHeaders64, R>;
Expand description

A section in a PeFile64.

Aliased Type§

struct PeSection64<'data, 'file, R = &'data [u8]> {
    pub(super) file: &'file PeFile<'data, ImageNtHeaders64, R>,
    pub(super) index: SectionIndex,
    pub(super) section: &'data ImageSectionHeader,
}

Fields§

§file: &'file PeFile<'data, ImageNtHeaders64, R>§index: SectionIndex§section: &'data ImageSectionHeader