pub enum RC {
CR0 = 0,
CR1 = 1,
CR2 = 2,
CR3 = 3,
CR4 = 4,
CR5 = 5,
CR6 = 6,
CR7 = 7,
}
Expand description
4-byte control registers.
Variants§
Trait Implementations§
impl Copy for RC
impl Eq for RC
impl StructuralPartialEq for RC
Auto Trait Implementations§
impl Freeze for RC
impl RefUnwindSafe for RC
impl Send for RC
impl Sync for RC
impl Unpin for RC
impl UnwindSafe for RC
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