Struct windows_sys::Devices::WiFi::WiFiPhyKind
[−]#[repr(transparent)]pub struct WiFiPhyKind(pub i32);
Expand description
Required features: "Devices_WiFi"
Tuple Fields
0: i32
Implementations
impl WiFiPhyKind
impl WiFiPhyKind
pub const Unknown: Self = Self(0i32)
pub const Fhss: Self = Self(1i32)
pub const Dsss: Self = Self(2i32)
pub const IRBaseband: Self = Self(3i32)
pub const Ofdm: Self = Self(4i32)
pub const Hrdsss: Self = Self(5i32)
pub const Erp: Self = Self(6i32)
pub const HT: Self = Self(7i32)
pub const Vht: Self = Self(8i32)
pub const Dmg: Self = Self(9i32)
pub const HE: Self = Self(10i32)
Trait Implementations
impl Clone for WiFiPhyKind
impl Clone for WiFiPhyKind
impl Copy for WiFiPhyKind
Auto Trait Implementations
impl RefUnwindSafe for WiFiPhyKind
impl Send for WiFiPhyKind
impl Sync for WiFiPhyKind
impl Unpin for WiFiPhyKind
impl UnwindSafe for WiFiPhyKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more