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