Struct zksync_vm2::Program
source · pub struct Program<T, W> { /* private fields */ }
Expand description
Compiled EraVM bytecode.
Cloning this is cheap. It is a handle to memory similar to Arc
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, W> Freeze for Program<T, W>
impl<T, W> RefUnwindSafe for Program<T, W>
impl<T, W> Send for Program<T, W>
impl<T, W> Sync for Program<T, W>
impl<T, W> Unpin for Program<T, W>
impl<T, W> UnwindSafe for Program<T, W>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)