Struct tinywasm::FuncHandle
source · pub struct FuncHandle {
pub name: Option<String>,
/* private fields */
}
Expand description
A function handle
Fields§
§name: Option<String>
The name of the function, if it has one
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FuncHandle
impl Send for FuncHandle
impl Sync for FuncHandle
impl Unpin for FuncHandle
impl UnwindSafe for FuncHandle
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