Enum TxError
pub enum TxError<E> {
CadTimeout,
Io(E),
}Expand description
Error returned by [Radio::transmit].
Variants§
CadTimeout
CAD did not find the channel clear before the timeout expired.
Io(E)
Platform-specific radio or transport failure.
Trait Implementations§
impl<E> Copy for TxError<E>where
E: Copy,
impl<E> Eq for TxError<E>where
E: Eq,
impl<E> StructuralPartialEq for TxError<E>
Auto Trait Implementations§
impl<E> Freeze for TxError<E>where
E: Freeze,
impl<E> RefUnwindSafe for TxError<E>where
E: RefUnwindSafe,
impl<E> Send for TxError<E>where
E: Send,
impl<E> Sync for TxError<E>where
E: Sync,
impl<E> Unpin for TxError<E>where
E: Unpin,
impl<E> UnwindSafe for TxError<E>where
E: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)