Struct tinywasm::TypedFuncHandle
source · pub struct TypedFuncHandle<P, R> {
pub func: FuncHandle,
/* private fields */
}Expand description
A typed function handle
Fields§
§func: FuncHandleThe underlying function handle
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P, R> RefUnwindSafe for TypedFuncHandle<P, R>where
P: RefUnwindSafe,
R: RefUnwindSafe,
impl<P, R> Send for TypedFuncHandle<P, R>
impl<P, R> Sync for TypedFuncHandle<P, R>
impl<P, R> Unpin for TypedFuncHandle<P, R>
impl<P, R> UnwindSafe for TypedFuncHandle<P, R>where
P: UnwindSafe,
R: UnwindSafe,
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