Enum wasmtime_environ::wasmparser::ElementItem
source · [−]Expand description
Represents an individual item of an element segment.
Variants
Func(u32)
The item is a function index.
Expr(ConstExpr<'a>)
The item is an initialization expression.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ElementItem<'a>
impl<'a> Send for ElementItem<'a>
impl<'a> Sync for ElementItem<'a>
impl<'a> Unpin for ElementItem<'a>
impl<'a> UnwindSafe for ElementItem<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more