Struct wasmtime_runtime::ExportFunction [−][src]
pub struct ExportFunction {
pub anyfunc: NonNull<VMCallerCheckedAnyfunc>,
}Expand description
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
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExportFunctionimpl Unpin for ExportFunctionimpl UnwindSafe for ExportFunctionBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V