pub struct ROR { /* private fields */ }Expand description
ROR - Rotate Right
This instruction starts rotation in “right” direction, i.e. increasing the position counter.
Implementations§
Trait Implementations§
Source§impl Instruction for ROR
impl Instruction for ROR
impl StructuralPartialEq for ROR
impl TmcmInstruction for ROR
Auto Trait Implementations§
impl Freeze for ROR
impl RefUnwindSafe for ROR
impl Send for ROR
impl Sync for ROR
impl Unpin for ROR
impl UnwindSafe for ROR
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