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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more