pub enum RxItem {
Byte {
byte: u8,
flag: RxFlag,
},
Overrun,
}Variants§
Trait Implementations§
impl Copy for RxItem
impl Eq for RxItem
impl StructuralPartialEq for RxItem
Auto Trait Implementations§
impl Freeze for RxItem
impl RefUnwindSafe for RxItem
impl Send for RxItem
impl Sync for RxItem
impl Unpin for RxItem
impl UnsafeUnpin for RxItem
impl UnwindSafe for RxItem
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