#[repr(u8)]pub enum Crr {
IGNORED = 0,
NORMAL = 1,
}Variants§
IGNORED = 0
Reads to the Control register are ignored.
NORMAL = 1
Reads to the Control register complete as normal.
Implementations§
Trait Implementations§
Source§impl Ord for Crr
impl Ord for Crr
Source§impl PartialOrd for Crr
impl PartialOrd for Crr
impl Copy for Crr
impl Eq for Crr
impl StructuralPartialEq for Crr
Auto Trait Implementations§
impl Freeze for Crr
impl RefUnwindSafe for Crr
impl Send for Crr
impl Sync for Crr
impl Unpin for Crr
impl UnwindSafe for Crr
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