pub type XcoffSectionIterator64<'data, 'file, R = &'data [u8]> = XcoffSectionIterator<'data, 'file, FileHeader64, R>;Expand description
An iterator for the sections in an XcoffFile64.
Aliased Type§
pub struct XcoffSectionIterator64<'data, 'file, R = &'data [u8]> {
pub(super) file: &'file XcoffFile<'data, FileHeader64, R>,
pub(super) iter: Enumerate<Iter<'data, SectionHeader64>>,
}Fields§
§file: &'file XcoffFile<'data, FileHeader64, R>§iter: Enumerate<Iter<'data, SectionHeader64>>