Type Alias PeComdat64

Source
pub type PeComdat64<'data, 'file, R = &'data [u8]> = PeComdat<'data, 'file, ImageNtHeaders64, R>;
Expand description

A COMDAT section group in a PeFile64.

Aliased Type§

pub struct PeComdat64<'data, 'file, R = &'data [u8]> {
    file: &'file PeFile<'data, ImageNtHeaders64, R>,
}

Fields§

§file: &'file PeFile<'data, ImageNtHeaders64, R>