pub enum FuncInst<H> {
Imported {
imports_index: usize,
host_func: H,
},
Module {
funcs_index: usize,
},
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for FuncInst<H>where
H: Freeze,
impl<H> RefUnwindSafe for FuncInst<H>where
H: RefUnwindSafe,
impl<H> Send for FuncInst<H>where
H: Send,
impl<H> Sync for FuncInst<H>where
H: Sync,
impl<H> Unpin for FuncInst<H>where
H: Unpin,
impl<H> UnwindSafe for FuncInst<H>where
H: 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