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 !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