Struct pyodide_webassembly_runtime_layer::Func
source · pub struct Func { /* private fields */ }
Expand description
A bound function, which may be an export from a WASM Instance
or a host
function.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Func
impl Send for Func
impl Sync for Func
impl Unpin for Func
impl UnwindSafe for Func
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