pub enum Register {
Gr0 = 0,
Gr1 = 1,
Gr2 = 2,
Gr3 = 3,
Gr4 = 4,
Gr5 = 5,
Gr6 = 6,
Gr7 = 7,
}Variants§
Trait Implementations§
Source§impl From<IndexRegister> for Register
impl From<IndexRegister> for Register
Source§fn from(r: IndexRegister) -> Self
fn from(r: IndexRegister) -> Self
Converts to this type from the input type.
Source§impl TryFrom<Register> for IndexRegister
impl TryFrom<Register> for IndexRegister
impl Copy for Register
impl Eq for Register
impl StructuralPartialEq for Register
Auto Trait Implementations§
impl Freeze for Register
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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