Struct gimli::read::LocListIter [−][src]
pub struct LocListIter<R: Reader> { /* fields omitted */ }
An iterator over a location list.
This iterator internally handles processing of base address selection entries and list end entries. Thus, it only returns location entries that are valid and already adjusted for the base address.
Implementations
impl<R: Reader> LocListIter<R>
[src]
impl<R: Reader> LocListIter<R>
[src]Trait Implementations
Auto Trait Implementations
impl<R> Send for LocListIter<R> where
R: Send,
<R as Reader>::Offset: Send,
R: Send,
<R as Reader>::Offset: Send,
impl<R> Sync for LocListIter<R> where
R: Sync,
<R as Reader>::Offset: Sync,
R: Sync,
<R as Reader>::Offset: Sync,
impl<R> Unpin for LocListIter<R> where
R: Unpin,
<R as Reader>::Offset: Unpin,
R: Unpin,
<R as Reader>::Offset: Unpin,