Struct zksync_vm2_interface::opcodes::RotateRight
source · pub struct RotateRight;
Expand description
RotateRight
opcode.
Trait Implementations§
source§impl Debug for RotateRight
impl Debug for RotateRight
source§impl OpcodeType for RotateRight
impl OpcodeType for RotateRight
Auto Trait Implementations§
impl Freeze for RotateRight
impl RefUnwindSafe for RotateRight
impl Send for RotateRight
impl Sync for RotateRight
impl Unpin for RotateRight
impl UnwindSafe for RotateRight
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