Struct tinywasm::FunctionInstance
source · pub struct FunctionInstance { /* private fields */ }Expand description
A WebAssembly Function Instance
See https://webassembly.github.io/spec/core/exec/runtime.html#function-instances
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FunctionInstance
impl Send for FunctionInstance
impl Sync for FunctionInstance
impl Unpin for FunctionInstance
impl UnwindSafe for FunctionInstance
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