pub enum LiveCommand<'a> {
Data {
vport: VPort,
payload: &'a [u8],
phy: PacketPhyStats,
},
AllRadiosReady,
Consumed,
Failed(LiveError),
}Variants§
Trait Implementations§
Source§impl<'a> Debug for LiveCommand<'a>
impl<'a> Debug for LiveCommand<'a>
impl<'a> Eq for LiveCommand<'a>
Source§impl<'a> PartialEq for LiveCommand<'a>
impl<'a> PartialEq for LiveCommand<'a>
impl<'a> StructuralPartialEq for LiveCommand<'a>
Auto Trait Implementations§
impl<'a> Freeze for LiveCommand<'a>
impl<'a> RefUnwindSafe for LiveCommand<'a>
impl<'a> Send for LiveCommand<'a>
impl<'a> Sync for LiveCommand<'a>
impl<'a> Unpin for LiveCommand<'a>
impl<'a> UnsafeUnpin for LiveCommand<'a>
impl<'a> UnwindSafe for LiveCommand<'a>
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