pub enum Event<'a, R>where
R: PhyRxTx,{
Join(NetworkCredentials),
SendDataRequest(SendData<'a>),
RadioEvent(Event<'a, R>),
TimeoutFired,
}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