object::read::pe

Type Alias PeComdat32

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

A COMDAT section group of a PeFile32.

Aliased Typeยง

struct PeComdat32<'data, 'file, R = &'data [u8]> { /* private fields */ }