Struct gimli::read::OperationIter [−][src]
pub struct OperationIter<R: Reader> { /* fields omitted */ }
An iterator for the operations in an expression.
Implementations
impl<R: Reader> OperationIter<R>[src]
impl<R: Reader> OperationIter<R>[src]pub fn next(&mut self) -> Result<Option<Operation<R>>>[src]
Read the next operation in an expression.
pub fn offset_from(&self, expression: &Expression<R>) -> R::Offset[src]
Return the current byte offset of the iterator.
Trait Implementations
impl<R: Clone + Reader> Clone for OperationIter<R>[src]
impl<R: Clone + Reader> Clone for OperationIter<R>[src]fn clone(&self) -> OperationIter<R>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<R: Debug + Reader> Debug for OperationIter<R>[src]
impl<R: Debug + Reader> Debug for OperationIter<R>[src]impl<R: Copy + Reader> Copy for OperationIter<R>[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for OperationIter<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for OperationIter<R> where
R: Send,
R: Send,
impl<R> Sync for OperationIter<R> where
R: Sync,
R: Sync,
impl<R> Unpin for OperationIter<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for OperationIter<R> where
R: UnwindSafe,
R: UnwindSafe,