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