pub struct AbsoluteStack(pub RegisterAndImmediate);Expand description
Absolute addressing into stack.
Tuple Fields§
§0: RegisterAndImmediateTrait Implementations§
Source§impl Clone for AbsoluteStack
impl Clone for AbsoluteStack
Source§fn clone(&self) -> AbsoluteStack
fn clone(&self) -> AbsoluteStack
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 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