pub struct Immediate8;Expand description
8-bit immediate value. Expands to code to fetch an 8-bit value from memory and increment the program counter.
Trait Implementations§
Source§impl MicrocodeReadable for Immediate8
impl MicrocodeReadable for Immediate8
fn to_read(self) -> InstrBuilder
Auto Trait Implementations§
impl Freeze for Immediate8
impl RefUnwindSafe for Immediate8
impl Send for Immediate8
impl Sync for Immediate8
impl Unpin for Immediate8
impl UnwindSafe for Immediate8
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