Type Definition object::read::coff::CoffBigComdat

source ·
pub type CoffBigComdat<'data, 'file, R = &'data [u8]> = CoffComdat<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description

A COMDAT section group of a CoffBigFile.