pub enum Rh {
AH,
CH,
DH,
BH,
}
Expand description
High-byte general purpose registers.
Variants
AH
CH
DH
BH
Trait Implementations
impl Copy for Rh
impl Eq for Rh
impl StructuralEq for Rh
impl StructuralPartialEq for Rh
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more