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 in a CoffBigFile
.
Most functionality is provided by the ObjectComdat
trait implementation.
Aliased Type§
struct CoffBigComdat<'data, 'file, R = &'data [u8]> { /* private fields */ }