Struct gimli::read::RngListIter
source · [−]pub struct RngListIter<R: Reader> { /* private fields */ }
Expand description
An iterator over an address range list.
This iterator internally handles processing of base addresses and different entry types. Thus, it only returns range entries that are valid and already adjusted for the base address.
Implementations
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for RngListIter<R> where
R: RefUnwindSafe,
<R as Reader>::Offset: RefUnwindSafe,
impl<R> Send for RngListIter<R> where
R: Send,
<R as Reader>::Offset: Send,
impl<R> Sync for RngListIter<R> where
R: Sync,
<R as Reader>::Offset: Sync,
impl<R> Unpin for RngListIter<R> where
R: Unpin,
<R as Reader>::Offset: Unpin,
impl<R> UnwindSafe for RngListIter<R> where
R: UnwindSafe,
<R as Reader>::Offset: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more