pub type PeComdat32<'data, 'file, R = &'data [u8]> = PeComdat<'data, 'file, ImageNtHeaders32, R>;Expand description
A COMDAT section group in a PeFile32.
Aliased Type§
pub struct PeComdat32<'data, 'file, R = &'data [u8]> {
file: &'file PeFile<'data, ImageNtHeaders32, R>,
}Fields§
§file: &'file PeFile<'data, ImageNtHeaders32, R>