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