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 PartialOrd for WasmType
impl PartialOrd for WasmType
impl Copy for WasmType
impl Eq for WasmType
impl StructuralPartialEq for WasmType
Auto Trait Implementations§
impl Freeze for WasmType
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