pub enum Trap {
Unreachable,
}Expand description
A WebAssembly trap
See https://webassembly.github.io/spec/core/intro/overview.html#trap
Variants§
Unreachable
An unreachable instruction was executed
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Trap
impl Send for Trap
impl Sync for Trap
impl Unpin for Trap
impl UnwindSafe for Trap
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more