pub enum NumType {
I32,
I64,
F32,
F64,
}
Expand description
Variants§
Trait Implementations§
source§impl PartialEq for NumType
impl PartialEq for NumType
source§impl WasmReadable for NumType
impl WasmReadable for NumType
source§fn read(wasm: &mut WasmReader<'_>) -> Result<Self>
fn read(wasm: &mut WasmReader<'_>) -> Result<Self>
source§fn read_unvalidated(wasm: &mut WasmReader<'_>) -> Self
fn read_unvalidated(wasm: &mut WasmReader<'_>) -> Self
impl Copy for NumType
impl Eq for NumType
impl StructuralPartialEq for NumType
Auto Trait Implementations§
impl RefUnwindSafe for NumType
impl Send for NumType
impl Sync for NumType
impl Unpin for NumType
impl UnwindSafe for NumType
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