Struct windows_sys::Win32::NetworkManagement::WiFi::WLAN_PHY_RADIO_STATE
[−]#[repr(C)]pub struct WLAN_PHY_RADIO_STATE {
pub dwPhyIndex: u32,
pub dot11SoftwareRadioState: DOT11_RADIO_STATE,
pub dot11HardwareRadioState: DOT11_RADIO_STATE,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
dwPhyIndex: u32
dot11SoftwareRadioState: DOT11_RADIO_STATE
dot11HardwareRadioState: DOT11_RADIO_STATE
Trait Implementations
impl Clone for WLAN_PHY_RADIO_STATE
impl Clone for WLAN_PHY_RADIO_STATE
impl Copy for WLAN_PHY_RADIO_STATE
Auto Trait Implementations
impl RefUnwindSafe for WLAN_PHY_RADIO_STATE
impl Send for WLAN_PHY_RADIO_STATE
impl Sync for WLAN_PHY_RADIO_STATE
impl Unpin for WLAN_PHY_RADIO_STATE
impl UnwindSafe for WLAN_PHY_RADIO_STATE
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