Enum wit_parser::abi::WasmType
source · pub enum WasmType {
I32,
I64,
F32,
F64,
}
Expand description
Enumerates wasm types used by interface types when lowering/lifting.
Variants§
Trait Implementations§
source§impl Ord for WasmType
impl Ord for WasmType
source§impl PartialEq<WasmType> for WasmType
impl PartialEq<WasmType> for WasmType
source§impl PartialOrd<WasmType> for WasmType
impl PartialOrd<WasmType> for WasmType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for WasmType
impl Eq for WasmType
impl StructuralEq for WasmType
impl StructuralPartialEq for WasmType
Auto Trait Implementations§
impl RefUnwindSafe for WasmType
impl Send for WasmType
impl Sync for WasmType
impl Unpin for WasmType
impl UnwindSafe for WasmType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.