pub struct WasmiStoreData { /* private fields */ }
Expand description
Extensional data stored by wasmi_store_t
to handle foreign data and optional WASI support.
Auto Trait Implementations§
impl Freeze for WasmiStoreData
impl RefUnwindSafe for WasmiStoreData
impl Send for WasmiStoreData
impl Sync for WasmiStoreData
impl Unpin for WasmiStoreData
impl UnwindSafe for WasmiStoreData
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