Struct gimli::read::OperationIter [−][src]
pub struct OperationIter<R: Reader> { /* fields omitted */ }
Expand description
An iterator for the operations in an expression.
Implementations
Read the next operation in an expression.
Return the current byte offset of the iterator.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for OperationIter<R> where
R: RefUnwindSafe,
impl<R> Send for OperationIter<R> where
R: Send,
impl<R> Sync for OperationIter<R> where
R: Sync,
impl<R> Unpin for OperationIter<R> where
R: Unpin,
impl<R> UnwindSafe for OperationIter<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more