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