pub struct MOVI(_);
Expand description
Copy immediate value into a register
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for MOVI
impl<'de> Deserialize<'de> for MOVI
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<MOVI> for Instruction
impl From<MOVI> for Instruction
source§impl PartialEq<MOVI> for MOVI
impl PartialEq<MOVI> for MOVI
impl Copy for MOVI
impl Eq for MOVI
impl StructuralEq for MOVI
impl StructuralPartialEq for MOVI
Auto Trait Implementations§
impl RefUnwindSafe for MOVI
impl Send for MOVI
impl Sync for MOVI
impl Unpin for MOVI
impl UnwindSafe for MOVI
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