Struct esp32c2_hal::radio::Wifi
source · pub struct Wifi { /* private fields */ }
Expand description
WiFi radio
Implementations§
Trait Implementations§
source§impl Peripheral for Wifi
impl Peripheral for Wifi
Auto Trait Implementations§
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