Type Alias 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
.
Aliased Type§
struct CoffBigComdat<'data, 'file, R = &'data [u8]> { /* private fields */ }