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