Enum Rxwne
#[repr(u8)]pub enum Rxwne {
LessThan32 = 0,
AtLeast32 = 1,
}Variants§
LessThan32 = 0
Less than 32-bit data frame received
AtLeast32 = 1
At least 32-bit data frame received
Implementations§
Trait Implementations§
impl Copy for Rxwne
impl Eq for Rxwne
§impl Ord for Rxwne
impl Ord for Rxwne
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Rxwne
impl PartialOrd for Rxwne
impl StructuralPartialEq for Rxwne
Auto Trait Implementations§
impl Freeze for Rxwne
impl RefUnwindSafe for Rxwne
impl Send for Rxwne
impl Sync for Rxwne
impl Unpin for Rxwne
impl UnsafeUnpin for Rxwne
impl UnwindSafe for Rxwne
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