pub enum RegOp {
SetA(u8),
SetX(u8),
SetY(u8),
SetP(u8),
SetSP(u8),
SetPC(u16),
}Variants§
Auto Trait Implementations§
impl Freeze for RegOp
impl RefUnwindSafe for RegOp
impl Send for RegOp
impl Sync for RegOp
impl Unpin for RegOp
impl UnsafeUnpin for RegOp
impl UnwindSafe for RegOp
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