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