object::read::xcoff

Type Alias XcoffSection64

source
pub type XcoffSection64<'data, 'file, R = &'data [u8]> = XcoffSection<'data, 'file, FileHeader64, R>;
Expand description

A section in an XcoffFile64.

Aliased Typeยง

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