Type Alias object::read::xcoff::XcoffComdat32

source ·
pub type XcoffComdat32<'data, 'file, R = &'data [u8]> = XcoffComdat<'data, 'file, FileHeader32, R>;
Expand description

A COMDAT section group in a XcoffFile32.

Aliased Type§

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