Struct gimli::read::RawRngListIter
source · [−]pub struct RawRngListIter<R: Reader> { /* private fields */ }
Expand description
A raw iterator over an address range list.
This iterator does not perform any processing of the range entries, such as handling base addresses.
Implementations
sourceimpl<R: Reader> RawRngListIter<R>
impl<R: Reader> RawRngListIter<R>
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for RawRngListIter<R> where
R: RefUnwindSafe,
impl<R> Send for RawRngListIter<R> where
R: Send,
impl<R> Sync for RawRngListIter<R> where
R: Sync,
impl<R> Unpin for RawRngListIter<R> where
R: Unpin,
impl<R> UnwindSafe for RawRngListIter<R> where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more