Struct gimli::read::RawLocListIter [−][src]
pub struct RawLocListIter<R: Reader> { /* fields omitted */ }
A raw iterator over a location list.
This iterator does not perform any processing of the location entries, such as handling base addresses.
Implementations
impl<R: Reader> RawLocListIter<R>
[src]
impl<R: Reader> RawLocListIter<R>
[src]pub fn next(&mut self) -> Result<Option<RawLocListEntry<R>>>
[src]
Advance the iterator to the next location.
Trait Implementations
Auto Trait Implementations
impl<R> Send for RawLocListIter<R> where
R: Send,
R: Send,
impl<R> Sync for RawLocListIter<R> where
R: Sync,
R: Sync,
impl<R> Unpin for RawLocListIter<R> where
R: Unpin,
R: Unpin,