#[repr(u8)]pub enum Rwrnint {
RX_WARNING_INT_NO = 0,
RX_WARNING_INT_YES = 1,
}Variants§
RX_WARNING_INT_NO = 0
No such occurrence.
RX_WARNING_INT_YES = 1
The Rx error counter transitioned from less than 96 to greater than or equal to 96.
Implementations§
Trait Implementations§
Source§impl Ord for Rwrnint
impl Ord for Rwrnint
Source§impl PartialOrd for Rwrnint
impl PartialOrd for Rwrnint
impl Copy for Rwrnint
impl Eq for Rwrnint
impl StructuralPartialEq for Rwrnint
Auto Trait Implementations§
impl Freeze for Rwrnint
impl RefUnwindSafe for Rwrnint
impl Send for Rwrnint
impl Sync for Rwrnint
impl Unpin for Rwrnint
impl UnwindSafe for Rwrnint
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