pub type XcoffSection32<'data, 'file, R = &'data [u8]> = XcoffSection<'data, 'file, FileHeader32, R>;Expand description
A section in an XcoffFile32.
Aliased Type§
pub struct XcoffSection32<'data, 'file, R = &'data [u8]> {
pub(super) file: &'file XcoffFile<'data, FileHeader32, R>,
pub(super) section: &'data SectionHeader32,
pub(super) index: SectionIndex,
}Fields§
§file: &'file XcoffFile<'data, FileHeader32, R>§section: &'data SectionHeader32§index: SectionIndex