Struct gimli::read::RawLocListIter
source · pub struct RawLocListIter<R: Reader> { /* private fields */ }
Expand description
A raw iterator over a location list.
This iterator does not perform any processing of the location entries, such as handling base addresses.
Implementations§
source§impl<R: Reader> RawLocListIter<R>
impl<R: Reader> RawLocListIter<R>
sourcepub fn next(&mut self) -> Result<Option<RawLocListEntry<R>>>
pub fn next(&mut self) -> Result<Option<RawLocListEntry<R>>>
Advance the iterator to the next location.