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