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