Enum hotg_rune_runtime::WasmValue [−][src]
Expand description
A primitive type that can be passed between host and WebAssembly guest.
Variants
F32(f32)
Tuple Fields of F32
0: f32
F64(f64)
Tuple Fields of F64
0: f64
I32(i32)
Tuple Fields of I32
0: i32
I64(i64)
Tuple Fields of I64
0: i64
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for WasmValue
impl UnwindSafe for WasmValue
Blanket Implementations
Mutably borrows from an owned value. Read more