object::read::xcoff

Type Alias 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 */ }