Struct Rxwne
#[repr(transparent)]pub struct Rxwne(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Rxwne
impl Rxwne
pub const LESSTHAN32: Self
pub const LESSTHAN32: Self
Less than 32-bit data frame received
pub const ATLEAST32: Self
pub const ATLEAST32: Self
At least 32-bit data frame received
Trait Implementations§
§impl Ord for Rxwne
impl Ord for Rxwne
§impl PartialOrd for Rxwne
impl PartialOrd for Rxwne
impl Copy for Rxwne
impl Eq 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 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