Type Alias object::read::xcoff::XcoffComdat64
source · pub type XcoffComdat64<'data, 'file, R = &'data [u8]> = XcoffComdat<'data, 'file, FileHeader64, R>;
Expand description
A COMDAT section group in a XcoffFile64
.
Aliased Type§
struct XcoffComdat64<'data, 'file, R = &'data [u8]> { /* private fields */ }