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
Blanket Implementations
Mutably borrows from an owned value. Read more