pub enum DataType {
}
Expand description
Orca’s Datatype. Combination of multiple [wasmparser
] datatypes.
Variants§
I8
I16
I32
I64
F32
F64
V128
FuncRef
FuncRefNull
ExternRef
ExternRefNull
Any
AnyNull
None
NoExtern
NoFunc
Eq
EqNull
Struct
StructNull
Array
ArrayNull
I31
I31Null
Exn
NoExn
Module
RecGroup(u32)
CoreTypeId(u32)
Cont
NoCont
Trait Implementations§
Source§impl From<&DataType> for ValType
Converts from Orca’s DataType to wasm_encoder::ValType
.
impl From<&DataType> for ValType
Converts from Orca’s DataType to wasm_encoder::ValType
.
impl Copy for DataType
impl Eq for DataType
impl StructuralPartialEq for DataType
Auto Trait Implementations§
impl Freeze for DataType
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.