Struct gimli::read::DebugInfoUnitHeadersIter
source · [−]pub struct DebugInfoUnitHeadersIter<R: Reader> { /* private fields */ }
Expand description
An iterator over the units of a .debug_info section.
See the documentation on
DebugInfo::units
for more detail.
Implementations
Advance the iterator to the next unit header.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for DebugInfoUnitHeadersIter<R> where
R: RefUnwindSafe,
<R as Reader>::Offset: RefUnwindSafe,
impl<R> UnwindSafe for DebugInfoUnitHeadersIter<R> where
R: UnwindSafe,
<R as Reader>::Offset: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more