Struct wasmtime_runtime::ExportFunction [−][src]
pub struct ExportFunction {
pub anyfunc: NonNull<VMCallerCheckedAnyfunc>,
}A function export value.
Fields
anyfunc: NonNull<VMCallerCheckedAnyfunc>The VMCallerCheckedAnyfunc for this exported function.
Note that exported functions cannot be a null funcref, so this is a non-null pointer.
Trait Implementations
impl Clone for ExportFunction[src]
impl Clone for ExportFunction[src]fn clone(&self) -> ExportFunction[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> From<ExportFunction> for Export<'a>[src]
impl<'a> From<ExportFunction> for Export<'a>[src]