Struct zksync_vm2::addressing_modes::AbsoluteStack
source · pub struct AbsoluteStack(pub RegisterAndImmediate);
Expand description
Absolute addressing into stack.
Tuple Fields§
§0: RegisterAndImmediate
Trait Implementations§
source§impl Clone for AbsoluteStack
impl Clone for AbsoluteStack
source§fn clone(&self) -> AbsoluteStack
fn clone(&self) -> AbsoluteStack
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 AbsoluteStack
impl Debug for AbsoluteStack
source§impl From<AbsoluteStack> for AnyDestination
impl From<AbsoluteStack> for AnyDestination
source§fn from(v: AbsoluteStack) -> AnyDestination
fn from(v: AbsoluteStack) -> AnyDestination
Converts to this type from the input type.
source§impl From<AbsoluteStack> for AnySource
impl From<AbsoluteStack> for AnySource
source§fn from(v: AbsoluteStack) -> AnySource
fn from(v: AbsoluteStack) -> AnySource
Converts to this type from the input type.
source§impl TryInto<AbsoluteStack> for AnyDestination
impl TryInto<AbsoluteStack> for AnyDestination
source§impl TryInto<AbsoluteStack> for AnySource
impl TryInto<AbsoluteStack> for AnySource
impl Copy for AbsoluteStack
Auto Trait Implementations§
impl Freeze for AbsoluteStack
impl RefUnwindSafe for AbsoluteStack
impl Send for AbsoluteStack
impl Sync for AbsoluteStack
impl Unpin for AbsoluteStack
impl UnwindSafe for AbsoluteStack
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
)