pub enum CRCERRW {
Clear = 0,
}
Expand description
CRC error flag
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for CRCERRW
impl Eq for CRCERRW
impl StructuralPartialEq for CRCERRW
Auto Trait Implementations§
impl Freeze for CRCERRW
impl RefUnwindSafe for CRCERRW
impl Send for CRCERRW
impl Sync for CRCERRW
impl Unpin for CRCERRW
impl UnwindSafe for CRCERRW
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