Type Alias object::read::xcoff::XcoffComdatIterator64

source ·
pub type XcoffComdatIterator64<'data, 'file, R = &'data [u8]> = XcoffComdatIterator<'data, 'file, FileHeader64, R>;
Expand description

An iterator for the COMDAT section groups in a XcoffFile64.

Aliased Type§

struct XcoffComdatIterator64<'data, 'file, R = &'data [u8]> { /* private fields */ }