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