Enum rv32_asm::instruction::RInstructionOp
source · pub enum RInstructionOp {
Add,
Sub,
And,
Or,
ShiftLeft,
ShiftRight,
Slt,
Mul,
Div,
Rem,
}Variants§
Trait Implementations§
source§impl Clone for RInstructionOp
impl Clone for RInstructionOp
source§fn clone(&self) -> RInstructionOp
fn clone(&self) -> RInstructionOp
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 RInstructionOp
impl Debug for RInstructionOp
source§impl PartialEq for RInstructionOp
impl PartialEq for RInstructionOp
source§fn eq(&self, other: &RInstructionOp) -> bool
fn eq(&self, other: &RInstructionOp) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RInstructionOp
Auto Trait Implementations§
impl Freeze for RInstructionOp
impl RefUnwindSafe for RInstructionOp
impl Send for RInstructionOp
impl Sync for RInstructionOp
impl Unpin for RInstructionOp
impl UnwindSafe for RInstructionOp
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