Enum cranelift_wasm::wasmparser::Type [−][src]
pub enum Type {
I32,
I64,
F32,
F64,
V128,
FuncRef,
ExternRef,
ExnRef,
Func,
EmptyBlockType,
}Expand description
Types as defined here.
Variants
I32
I64
F32
F64
V128
FuncRef
ExternRef
ExnRef
Func
EmptyBlockType
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Type
impl UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more
