pub enum Register8 {
A,
B,
C,
D,
E,
H,
L,
DerefHL,
}Expand description
An 8 bit register.
Includes the DerefHL variant which represents a memory access at the value
contained in the HL 16 bit register.
Variants§
Trait Implementations§
impl Copy for Register8
impl Eq for Register8
impl StructuralPartialEq for Register8
Auto Trait Implementations§
impl Freeze for Register8
impl RefUnwindSafe for Register8
impl Send for Register8
impl Sync for Register8
impl Unpin for Register8
impl UnsafeUnpin for Register8
impl UnwindSafe for Register8
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