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 duplicate 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
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