Type Alias object::read::xcoff::XcoffComdatSectionIterator64
source · 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]> { /* private fields */ }