MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / Union

Class Union

crates/wasmtime/src/runtime/component/func.rs:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451
452 #[repr(C)]
453 union Union<Params: Copy, Return: Copy> {
454 params: Params,
455 ret: Return,
456 }
457
458 let space = &mut MaybeUninit::<Union<LowerParams, LowerReturn>>::uninit();
459

Callers 1

value_defMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected