Struct zksync_vm2::addressing_modes::RelativeStack
source · pub struct RelativeStack(pub RegisterAndImmediate);
Expand description
Relative addressing into stack (relative to the VM stack pointer).
Tuple Fields§
§0: RegisterAndImmediate
Trait Implementations§
source§impl Clone for RelativeStack
impl Clone for RelativeStack
source§fn clone(&self) -> RelativeStack
fn clone(&self) -> RelativeStack
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RelativeStack
impl Debug for RelativeStack
source§impl From<RelativeStack> for AnyDestination
impl From<RelativeStack> for AnyDestination
source§fn from(v: RelativeStack) -> AnyDestination
fn from(v: RelativeStack) -> AnyDestination
Converts to this type from the input type.
source§impl From<RelativeStack> for AnySource
impl From<RelativeStack> for AnySource
source§fn from(v: RelativeStack) -> AnySource
fn from(v: RelativeStack) -> AnySource
Converts to this type from the input type.
source§impl TryInto<RelativeStack> for AnyDestination
impl TryInto<RelativeStack> for AnyDestination
source§impl TryInto<RelativeStack> for AnySource
impl TryInto<RelativeStack> for AnySource
impl Copy for RelativeStack
Auto Trait Implementations§
impl Freeze for RelativeStack
impl RefUnwindSafe for RelativeStack
impl Send for RelativeStack
impl Sync for RelativeStack
impl Unpin for RelativeStack
impl UnwindSafe for RelativeStack
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)