Struct wiggle::wasmtime_crate::StoreContext [−][src]
#[repr(transparent)]pub struct StoreContext<'a, T>(_);
Expand description
Implementations
Returns an InterruptHandle
to interrupt wasm execution.
See Store::interrupt_handle
for more information.
Access the underlying data owned by this Store
.
Same as Store::data
.
Returns the fuel consumed by this store.
For more information see Store::fuel_consumed
.
Trait Implementations
Returns the store context that this type provides access to.
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for StoreContext<'a, T>
impl<'a, T> Send for StoreContext<'a, T> where
T: Sync,
impl<'a, T> Sync for StoreContext<'a, T> where
T: Sync,
impl<'a, T> Unpin for StoreContext<'a, T>
impl<'a, T> !UnwindSafe for StoreContext<'a, T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more