object::read::xcoff

Type Alias XcoffSectionIterator32

source
pub type XcoffSectionIterator32<'data, 'file, R = &'data [u8]> = XcoffSectionIterator<'data, 'file, FileHeader32, R>;
Expand description

An iterator for the sections in an XcoffFile32.

Aliased Typeยง

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