Struct gimli::read::DebugTypesUnitHeadersIter [−][src]
pub struct DebugTypesUnitHeadersIter<R: Reader> { /* fields omitted */ }
Expand description
An iterator over the type-units of this .debug_types
section.
See the documentation on
DebugTypes::units
for
more detail.
Implementations
Advance the iterator to the next type unit header.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for DebugTypesUnitHeadersIter<R> where
R: RefUnwindSafe,
<R as Reader>::Offset: RefUnwindSafe,
impl<R> UnwindSafe for DebugTypesUnitHeadersIter<R> where
R: UnwindSafe,
<R as Reader>::Offset: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more