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