pub type XcoffFile64<'data, R = &'data [u8]> = XcoffFile<'data, FileHeader64, R>;Expand description
A 64-bit XCOFF object file.
This is a file that starts with xcoff::FileHeader64, and corresponds
to crate::FileKind::Xcoff64.
Aliased Typeยง
struct XcoffFile64<'data, R = &'data [u8]> { /* private fields */ }