XcoffSectionIterator64

Type Alias 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ยง

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