pub type XcoffComdatIterator32<'data, 'file, R = &'data [u8]> = XcoffComdatIterator<'data, 'file, FileHeader32, R>;
Expand description
An iterator for the COMDAT section groups in a XcoffFile32
.
Aliased Type§
struct XcoffComdatIterator32<'data, 'file, R = &'data [u8]> {
pub(crate) file: &'file XcoffFile<'data, FileHeader32, R>,
}
Fields§
§file: &'file XcoffFile<'data, FileHeader32, R>