pub struct AdvanceStackPointer(pub RegisterAndImmediate);Expand description
Same as RelativeStack, but moves the stack pointer on access (decreases it when reading data;
increases when writing data).
Tuple Fields§
§0: RegisterAndImmediateTrait Implementations§
Source§impl Clone for AdvanceStackPointer
impl Clone for AdvanceStackPointer
Source§fn clone(&self) -> AdvanceStackPointer
fn clone(&self) -> AdvanceStackPointer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AdvanceStackPointer
Source§impl Debug for AdvanceStackPointer
impl Debug for AdvanceStackPointer
Source§impl From<AdvanceStackPointer> for AnySource
impl From<AdvanceStackPointer> for AnySource
Source§fn from(v: AdvanceStackPointer) -> AnySource
fn from(v: AdvanceStackPointer) -> AnySource
Converts to this type from the input type.
Source§impl From<AdvanceStackPointer> for AnyDestination
impl From<AdvanceStackPointer> for AnyDestination
Source§fn from(v: AdvanceStackPointer) -> AnyDestination
fn from(v: AdvanceStackPointer) -> AnyDestination
Converts to this type from the input type.
Source§impl TryInto<AdvanceStackPointer> for AnySource
impl TryInto<AdvanceStackPointer> for AnySource
Source§impl TryInto<AdvanceStackPointer> for AnyDestination
impl TryInto<AdvanceStackPointer> for AnyDestination
Auto Trait Implementations§
impl Freeze for AdvanceStackPointer
impl RefUnwindSafe for AdvanceStackPointer
impl Send for AdvanceStackPointer
impl Sync for AdvanceStackPointer
impl Unpin for AdvanceStackPointer
impl UnsafeUnpin for AdvanceStackPointer
impl UnwindSafe for AdvanceStackPointer
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