pub enum RC {
CR0,
CR1,
CR2,
CR3,
CR4,
CR5,
CR6,
CR7,
}
Expand description
4-byte control registers.
Variants
CR0
CR1
CR2
CR3
CR4
CR5
CR6
CR7
Trait Implementations
impl Copy for RC
impl Eq for RC
impl StructuralEq for RC
impl StructuralPartialEq for RC
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