pub enum Event<'a, R>where
R: PhyRxTx,{
TxRequest(TxConfig, &'a [u8]),
RxRequest(RfConfig),
CancelRx,
Phy(R::PhyEvent),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a, R> Freeze for Event<'a, R>
impl<'a, R> RefUnwindSafe for Event<'a, R>
impl<'a, R> Send for Event<'a, R>
impl<'a, R> Sync for Event<'a, R>
impl<'a, R> Unpin for Event<'a, R>
impl<'a, R> UnwindSafe for Event<'a, R>
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