pub enum Reg16 {
AF,
BC,
DE,
HL,
SP,
PC,
}
Variants§
Trait Implementations§
impl Copy for Reg16
impl StructuralPartialEq for Reg16
Auto Trait Implementations§
impl Freeze for Reg16
impl RefUnwindSafe for Reg16
impl Send for Reg16
impl Sync for Reg16
impl Unpin for Reg16
impl UnwindSafe for Reg16
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