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