Enum wiggle::wasmtime_crate::ValType [−][src]
pub enum ValType {
I32,
I64,
F32,
F64,
V128,
FuncRef,
ExternRef,
}Expand description
A list of all possible value types in WebAssembly.
Variants
Signed 32 bit integer.
Signed 64 bit integer.
Floating point 32 bit integer.
Floating point 64 bit integer.
A 128 bit number.
A reference to a Wasm function.
A reference to opaque data in the Wasm instance.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValType
impl UnwindSafe for ValType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more