Struct WIFI
#[non_exhaustive]pub struct WIFI;
Expand description
WIFI peripheral singleton
Implementations§
Trait Implementations§
§impl Peripheral for WIFI
impl Peripheral for WIFI
§unsafe fn clone_unchecked(&self) -> <WIFI as Peripheral>::P
unsafe fn clone_unchecked(&self) -> <WIFI as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
§fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
Convert a value into a
PeripheralRef
. Read moreAuto Trait Implementations§
impl Freeze for WIFI
impl RefUnwindSafe for WIFI
impl Send for WIFI
impl Sync for WIFI
impl Unpin for WIFI
impl UnwindSafe for WIFI
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