object::read::xcoff

Type Alias XcoffSegmentIterator64

source
pub type XcoffSegmentIterator64<'data, 'file, R = &'data [u8]> = XcoffSegmentIterator<'data, 'file, FileHeader64, R>;
Expand description

An iterator for the segments in an XcoffFile64.

Aliased Typeยง

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