Enum wasmtime_environ::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
Compare self to key
and return true
if they are equal.