Enum gear_wasm::elements::SignExtInstruction
source · pub enum SignExtInstruction {
I32Extend8S,
I32Extend16S,
I64Extend8S,
I64Extend16S,
I64Extend32S,
}
Variants§
Trait Implementations§
source§impl Clone for SignExtInstruction
impl Clone for SignExtInstruction
source§fn clone(&self) -> SignExtInstruction
fn clone(&self) -> SignExtInstruction
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 SignExtInstruction
impl Debug for SignExtInstruction
source§impl Hash for SignExtInstruction
impl Hash for SignExtInstruction
source§impl PartialEq for SignExtInstruction
impl PartialEq for SignExtInstruction
source§fn eq(&self, other: &SignExtInstruction) -> bool
fn eq(&self, other: &SignExtInstruction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SignExtInstruction
impl StructuralEq for SignExtInstruction
impl StructuralPartialEq for SignExtInstruction
Auto Trait Implementations§
impl RefUnwindSafe for SignExtInstruction
impl Send for SignExtInstruction
impl Sync for SignExtInstruction
impl Unpin for SignExtInstruction
impl UnwindSafe for SignExtInstruction
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