XcoffSection64

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ยง

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