pub struct SpecInstance {}
Expand description
Represents a WebAssembly instance from the OCaml interpreter side.
Auto Trait Implementations§
impl Freeze for SpecInstance
impl RefUnwindSafe for SpecInstance
impl Send for SpecInstance
impl Sync for SpecInstance
impl Unpin for SpecInstance
impl UnwindSafe for SpecInstance
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