#[repr(u8)]pub enum Wrnen {
WRNEN_0 = 0,
WRNEN_1 = 1,
}Variants§
WRNEN_0 = 0
TWRN_INT and RWRN_INT bits are zero, independent of the values in the error counters.
WRNEN_1 = 1
TWRN_INT and RWRN_INT bits are set when the respective error counter transition from <96 to >= 96.
Implementations§
Trait Implementations§
Source§impl Ord for Wrnen
impl Ord for Wrnen
Source§impl PartialOrd for Wrnen
impl PartialOrd for Wrnen
impl Copy for Wrnen
impl Eq for Wrnen
impl StructuralPartialEq for Wrnen
Auto Trait Implementations§
impl Freeze for Wrnen
impl RefUnwindSafe for Wrnen
impl Send for Wrnen
impl Sync for Wrnen
impl Unpin for Wrnen
impl UnwindSafe for Wrnen
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