pub type XcoffComdatSectionIterator64<'data, 'file, R = &'data [u8]> = XcoffComdatSectionIterator<'data, 'file, FileHeader64, R>;
Expand description
An iterator for the sections in a COMDAT section group in a XcoffFile64
.
Aliased Type§
struct XcoffComdatSectionIterator64<'data, 'file, R = &'data [u8]> {
file: &'file XcoffFile<'data, FileHeader64, R>,
}
Fields§
§file: &'file XcoffFile<'data, FileHeader64, R>