Enum wasm_encoder::ValType [−][src]
#[repr(u8)]
pub enum ValType {
I32,
I64,
F32,
F64,
V128,
FuncRef,
ExternRef,
}Expand description
The type of a value.
Variants
The i32 type.
The i64 type.
The f32 type.
The f64 type.
The v128 type.
Part of the SIMD proposal.
The funcref type.
Part of the reference types proposal when used anywhere other than a table’s element type.
The externref type.
Part of the reference types proposal.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValTypeimpl UnwindSafe for ValTypeBlanket Implementations
Mutably borrows from an owned value. Read more