object::read::xcoff

Type Alias XcoffSection32

Source
pub type XcoffSection32<'data, 'file, R = &'data [u8]> = XcoffSection<'data, 'file, FileHeader32, R>;
Expand description

A section in an XcoffFile32.

Aliased Typeยง

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