pub struct SRL(_);
Expand description
Right shifts a register by a register.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for SRL
impl<'de> Deserialize<'de> for SRL
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<SRL> for Instruction
impl From<SRL> for Instruction
impl Copy for SRL
impl Eq for SRL
impl StructuralEq for SRL
impl StructuralPartialEq for SRL
Auto Trait Implementations§
impl RefUnwindSafe for SRL
impl Send for SRL
impl Sync for SRL
impl Unpin for SRL
impl UnwindSafe for SRL
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