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