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