pub enum NumType {
I32,
I64,
F32,
F64,
}
Expand description
Variants§
Trait Implementations§
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 Freeze for NumType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)