[−][src]Struct wasmtime_environ::wasm::wasmparser::OperatorsReader
Implementations
impl<'a> OperatorsReader<'a>
[src][−]
pub fn eof(&self) -> bool
[src]
pub fn original_position(&self) -> usize
[src]
pub fn ensure_end(&self) -> Result<(), BinaryReaderError>
[src]
pub fn read<'b>(&mut self) -> Result<Operator<'b>, BinaryReaderError> where
'a: 'b,
[src]
'a: 'b,
pub fn into_iter_with_offsets<'b>(self) -> OperatorsIteratorWithOffsets<'b>ⓘNotable traits for OperatorsIteratorWithOffsets<'a>
impl<'a> Iterator for OperatorsIteratorWithOffsets<'a> type Item = Result<(Operator<'a>, usize), BinaryReaderError>;
where
'a: 'b,
[src]
Notable traits for OperatorsIteratorWithOffsets<'a>
impl<'a> Iterator for OperatorsIteratorWithOffsets<'a> type Item = Result<(Operator<'a>, usize), BinaryReaderError>;
'a: 'b,
pub fn read_with_offset<'b>(
&mut self
) -> Result<(Operator<'b>, usize), BinaryReaderError> where
'a: 'b,
[src]
&mut self
) -> Result<(Operator<'b>, usize), BinaryReaderError> where
'a: 'b,
Trait Implementations
impl<'a> Clone for OperatorsReader<'a>
[src][+]
impl<'a> IntoIterator for OperatorsReader<'a>
[src][+]
Auto Trait Implementations
impl<'a> RefUnwindSafe for OperatorsReader<'a>
[src]
impl<'a> Send for OperatorsReader<'a>
[src]
impl<'a> Sync for OperatorsReader<'a>
[src]
impl<'a> Unpin for OperatorsReader<'a>
[src]
impl<'a> UnwindSafe for OperatorsReader<'a>
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,