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