Enum esp_idf_svc::wifi::WifiDeviceId
source · pub enum WifiDeviceId {
Ap,
Sta,
}
Variants§
Trait Implementations§
source§impl Clone for WifiDeviceId
impl Clone for WifiDeviceId
source§fn clone(&self) -> WifiDeviceId
fn clone(&self) -> WifiDeviceId
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WifiDeviceId
impl Debug for WifiDeviceId
source§impl From<WifiDeviceId> for wifi_interface_t
impl From<WifiDeviceId> for wifi_interface_t
source§fn from(id: WifiDeviceId) -> Self
fn from(id: WifiDeviceId) -> Self
Converts to this type from the input type.
source§impl From<u32> for WifiDeviceId
impl From<u32> for WifiDeviceId
source§fn from(id: wifi_interface_t) -> Self
fn from(id: wifi_interface_t) -> Self
Converts to this type from the input type.
source§impl PartialEq for WifiDeviceId
impl PartialEq for WifiDeviceId
impl Copy for WifiDeviceId
impl Eq for WifiDeviceId
impl StructuralPartialEq for WifiDeviceId
Auto Trait Implementations§
impl Freeze for WifiDeviceId
impl RefUnwindSafe for WifiDeviceId
impl Send for WifiDeviceId
impl Sync for WifiDeviceId
impl Unpin for WifiDeviceId
impl UnwindSafe for WifiDeviceId
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)