pub struct SpInc;Expand description
Helper for reading the stack pointer and incrementing it.
When used as a MicrocodeReadable, IncSp will load the value of the stack pointer
to the microcode stack and then increment the stack pointer in-place.
Trait Implementations§
Source§impl MicrocodeReadable for SpInc
impl MicrocodeReadable for SpInc
fn to_read(self) -> InstrBuilder
Auto Trait Implementations§
impl Freeze for SpInc
impl RefUnwindSafe for SpInc
impl Send for SpInc
impl Sync for SpInc
impl Unpin for SpInc
impl UnwindSafe for SpInc
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