pub struct Function<'instance> { /* private fields */ }
Implementations§
Source§impl<'instance> Function<'instance>
impl<'instance> Function<'instance>
Sourcepub fn find_export_func(
instance: &'instance Instance<'instance>,
name: &str,
) -> Result<Self, RuntimeError>
pub fn find_export_func( instance: &'instance Instance<'instance>, name: &str, ) -> Result<Self, RuntimeError>
Auto Trait Implementations§
impl<'instance> Freeze for Function<'instance>
impl<'instance> RefUnwindSafe for Function<'instance>
impl<'instance> !Send for Function<'instance>
impl<'instance> !Sync for Function<'instance>
impl<'instance> Unpin for Function<'instance>
impl<'instance> UnwindSafe for Function<'instance>
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