pub struct RelativeStack(pub RegisterAndImmediate);Expand description
Relative addressing into stack (relative to the VM stack pointer).
Tuple Fields§
§0: RegisterAndImmediateTrait Implementations§
Source§impl Clone for RelativeStack
impl Clone for RelativeStack
Source§fn clone(&self) -> RelativeStack
fn clone(&self) -> RelativeStack
Returns a duplicate 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