pub enum AtomType {
I32,
I64,
F32,
F64,
}
Expand description
Enumerates the types permitted for function arguments in the WebAssembly spec
Variants§
Trait Implementations§
impl Copy for AtomType
impl Eq for AtomType
impl StructuralPartialEq for AtomType
Auto Trait Implementations§
impl Freeze for AtomType
impl RefUnwindSafe for AtomType
impl Send for AtomType
impl Sync for AtomType
impl Unpin for AtomType
impl UnwindSafe for AtomType
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