Type Definition object::read::pe::PeComdat32
source · pub type PeComdat32<'data, 'file, R = &'data [u8]> = PeComdat<'data, 'file, ImageNtHeaders32, R>;Expand description
A COMDAT section group of a PeFile32.
pub type PeComdat32<'data, 'file, R = &'data [u8]> = PeComdat<'data, 'file, ImageNtHeaders32, R>;A COMDAT section group of a PeFile32.