#[repr(u8)]pub enum StkReg16 {
BC = 0,
DE = 16,
HL = 32,
AF = 48,
}Expand description
An enum of 16-bit registers for the stack-related operations.
Variants§
Implementations§
Trait Implementations§
impl Copy for StkReg16
impl Eq for StkReg16
impl StructuralPartialEq for StkReg16
Auto Trait Implementations§
impl Freeze for StkReg16
impl RefUnwindSafe for StkReg16
impl Send for StkReg16
impl Sync for StkReg16
impl Unpin for StkReg16
impl UnwindSafe for StkReg16
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