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