pub enum SInstructionOp {
Sw,
Sb,
}
Variants§
Trait Implementations§
Source§impl Clone for SInstructionOp
impl Clone for SInstructionOp
Source§fn clone(&self) -> SInstructionOp
fn clone(&self) -> SInstructionOp
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 SInstructionOp
impl Debug for SInstructionOp
Source§impl PartialEq for SInstructionOp
impl PartialEq for SInstructionOp
impl StructuralPartialEq for SInstructionOp
Auto Trait Implementations§
impl Freeze for SInstructionOp
impl RefUnwindSafe for SInstructionOp
impl Send for SInstructionOp
impl Sync for SInstructionOp
impl Unpin for SInstructionOp
impl UnwindSafe for SInstructionOp
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