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