Enum wasmtime_environ::wasm::WasmType  [−][src]
pub enum WasmType {
    I32,
    I64,
    F32,
    F64,
    V128,
    FuncRef,
    ExternRef,
    ExnRef,
}WebAssembly value type – equivalent of wasmparser’s Type.
Variants
I32 type
I64 type
F32 type
F64 type
V128 type
FuncRef type
ExternRef type
ExnRef type
Trait Implementations
impl<'de> Deserialize<'de> for WasmType[src]
impl<'de> Deserialize<'de> for WasmType[src]pub fn deserialize<__D>(
    __deserializer: __D
) -> Result<WasmType, <__D as Deserializer<'de>>::Error> where
    __D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<WasmType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Serialize for WasmType[src]
impl Serialize for WasmType[src]pub fn serialize<__S>(
    &self, 
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
    __S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl Copy for WasmType[src]
impl Eq for WasmType[src]
impl StructuralEq for WasmType[src]
impl StructuralPartialEq for WasmType[src]
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
impl<T> CallHasher for T where
    T: Hash, [src]
impl<T> CallHasher for T where
    T: Hash, [src]impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,