Struct wasmtime_runtime::VMInvokeArgument [−][src]
#[repr(C, align(16))]pub struct VMInvokeArgument(_);
Expand description
The storage for a WebAssembly invocation argument
TODO: These could be packed more densely, rather than using the same size for every type.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VMInvokeArgumentimpl Send for VMInvokeArgumentimpl Sync for VMInvokeArgumentimpl Unpin for VMInvokeArgumentimpl UnwindSafe for VMInvokeArgumentBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V