#[repr(u8)]pub enum Rxwrn {
RXERRCNT_LT_96 = 0,
RXERRCNT_GTE_96 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Rxwrn
impl Ord for Rxwrn
Source§impl PartialOrd for Rxwrn
impl PartialOrd for Rxwrn
impl Copy for Rxwrn
impl Eq for Rxwrn
impl StructuralPartialEq for Rxwrn
Auto Trait Implementations§
impl Freeze for Rxwrn
impl RefUnwindSafe for Rxwrn
impl Send for Rxwrn
impl Sync for Rxwrn
impl Unpin for Rxwrn
impl UnwindSafe for Rxwrn
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