object::read::xcoff

Type Alias 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 */ }