Type Alias object::read::xcoff::XcoffComdatSectionIterator32
source · pub type XcoffComdatSectionIterator32<'data, 'file, R = &'data [u8]> = XcoffComdatSectionIterator<'data, 'file, FileHeader32, R>;
Expand description
An iterator for the sections in a COMDAT section group in a XcoffFile32
.
Aliased Type§
struct XcoffComdatSectionIterator32<'data, 'file, R = &'data [u8]> {
file: &'file XcoffFile<'data, FileHeader32, R>,
}
Fields§
§file: &'file XcoffFile<'data, FileHeader32, R>