pub struct RangeIter<R: Reader>(/* private fields */);
Expand description
An iterator for the address ranges of a DebuggingInformationEntry
.
Returned by Dwarf::die_ranges
and Dwarf::unit_ranges
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for RangeIter<R>
impl<R> RefUnwindSafe for RangeIter<R>
impl<R> Send for RangeIter<R>
impl<R> Sync for RangeIter<R>
impl<R> Unpin for RangeIter<R>
impl<R> UnwindSafe for RangeIter<R>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more