Enum tinywasm_types::MemoryArch
source · pub enum MemoryArch {
I32,
I64,
}
Variants§
Trait Implementations§
source§impl Clone for MemoryArch
impl Clone for MemoryArch
source§fn clone(&self) -> MemoryArch
fn clone(&self) -> MemoryArch
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MemoryArch
impl Debug for MemoryArch
source§impl Hash for MemoryArch
impl Hash for MemoryArch
source§impl PartialEq for MemoryArch
impl PartialEq for MemoryArch
source§fn eq(&self, other: &MemoryArch) -> bool
fn eq(&self, other: &MemoryArch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MemoryArch
impl Eq for MemoryArch
impl StructuralEq for MemoryArch
impl StructuralPartialEq for MemoryArch
Auto Trait Implementations§
impl RefUnwindSafe for MemoryArch
impl Send for MemoryArch
impl Sync for MemoryArch
impl Unpin for MemoryArch
impl UnwindSafe for MemoryArch
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