Type Alias object::read::xcoff::XcoffSectionIterator64

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

An iterator for the sections in an XcoffFile64.

Aliased Type§

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