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