#[repr(C)]pub struct wasmi_store_t { /* private fields */ }
Expand description
The Wasm store with foreign data and optional WASI support.
The returned wasm_engine_t
must be freed using wasm_store_delete
.
Wraps wasmi::Store<WasmiStoreData>
.
Auto Trait Implementations§
impl Freeze for wasmi_store_t
impl !RefUnwindSafe for wasmi_store_t
impl Send for wasmi_store_t
impl Sync for wasmi_store_t
impl Unpin for wasmi_store_t
impl !UnwindSafe for wasmi_store_t
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