pub enum RxStatus {
Rx(usize, RxQuality),
RxTimeout,
}Variants§
Auto Trait Implementations§
impl Freeze for RxStatus
impl RefUnwindSafe for RxStatus
impl Send for RxStatus
impl Sync for RxStatus
impl Unpin for RxStatus
impl UnwindSafe for RxStatus
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