#[repr(C)]pub struct WLAN_CONNECTION_NOTIFICATION_DATA {
pub wlanConnectionMode: WLAN_CONNECTION_MODE,
pub strProfileName: [u16; 256],
pub dot11Ssid: DOT11_SSID,
pub dot11BssType: DOT11_BSS_TYPE,
pub bSecurityEnabled: BOOL,
pub wlanReasonCode: u32,
pub dwFlags: WLAN_CONNECTION_NOTIFICATION_FLAGS,
pub strProfileXml: [u16; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
Fields
wlanConnectionMode: WLAN_CONNECTION_MODE
strProfileName: [u16; 256]
dot11Ssid: DOT11_SSID
dot11BssType: DOT11_BSS_TYPE
bSecurityEnabled: BOOL
wlanReasonCode: u32
dwFlags: WLAN_CONNECTION_NOTIFICATION_FLAGS
strProfileXml: [u16; 1]
Trait Implementations
impl Clone for WLAN_CONNECTION_NOTIFICATION_DATA
impl Clone for WLAN_CONNECTION_NOTIFICATION_DATA
impl Copy for WLAN_CONNECTION_NOTIFICATION_DATA
Auto Trait Implementations
impl RefUnwindSafe for WLAN_CONNECTION_NOTIFICATION_DATA
impl Send for WLAN_CONNECTION_NOTIFICATION_DATA
impl Sync for WLAN_CONNECTION_NOTIFICATION_DATA
impl Unpin for WLAN_CONNECTION_NOTIFICATION_DATA
impl UnwindSafe for WLAN_CONNECTION_NOTIFICATION_DATA
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