pub struct Instance { /* private fields */ }
Expand description
An instantiated instance of a WASM Module
.
This type wraps a WebAssembly.Instance
from the JavaScript API.
Trait Implementations§
Source§impl WasmInstance<Engine> for Instance
impl WasmInstance<Engine> for Instance
Auto Trait Implementations§
impl Freeze for Instance
impl !RefUnwindSafe for Instance
impl Send for Instance
impl Sync for Instance
impl Unpin for Instance
impl !UnwindSafe for Instance
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