Enum wasmer_wasm_interface::interface::WasmType
source · pub enum WasmType {
I32,
I64,
F32,
F64,
}
Expand description
Primitive wasm type
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for WasmType
impl<'de> Deserialize<'de> for WasmType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for WasmType
impl PartialEq 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<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