Enum wasmtime::ValType [−][src]
pub enum ValType { I32, I64, F32, F64, V128, ExternRef, FuncRef, }
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 opaque data in the Wasm instance.
A reference to a Wasm function.
Implementations
impl ValType
[src]
impl ValType
[src]Trait Implementations
impl Eq for ValType
[src]
impl StructuralEq for ValType
[src]
impl StructuralPartialEq for ValType
[src]
Auto Trait Implementations
impl RefUnwindSafe for ValType
impl Send for ValType
impl Sync for ValType
impl Unpin for ValType
impl UnwindSafe for ValType
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]