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 */ }pub type XcoffSection64<'data, 'file, R = &'data [u8]> = XcoffSection<'data, 'file, FileHeader64, R>;A section in an XcoffFile64.
struct XcoffSection64<'data, 'file, R = &'data [u8]> { /* private fields */ }