pub enum PEC {
Disabled = 0,
Enabled = 1,
}
Expand description
Packet error checking
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PEC
impl Eq for PEC
impl StructuralPartialEq for PEC
Auto Trait Implementations§
impl Freeze for PEC
impl RefUnwindSafe for PEC
impl Send for PEC
impl Sync for PEC
impl Unpin for PEC
impl UnwindSafe for PEC
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