Type Alias object::read::xcoff::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 */ }