pub struct MOVE(_);
Expand description
Copy from one register to another.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for MOVE
impl<'de> Deserialize<'de> for MOVE
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<MOVE> for Instruction
impl From<MOVE> for Instruction
source§impl PartialEq<MOVE> for MOVE
impl PartialEq<MOVE> for MOVE
impl Copy for MOVE
impl Eq for MOVE
impl StructuralEq for MOVE
impl StructuralPartialEq for MOVE
Auto Trait Implementations§
impl RefUnwindSafe for MOVE
impl Send for MOVE
impl Sync for MOVE
impl Unpin for MOVE
impl UnwindSafe for MOVE
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