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 ExportFunction
impl Unpin for ExportFunction
impl UnwindSafe for ExportFunction
Blanket Implementations
Mutably borrows from an owned value. Read more