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