Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_SSID
[−]Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uSSIDLength: u32
ucSSID: [u8; 32]
Trait Implementations
impl Clone for DOT11_SSID
impl Clone for DOT11_SSID
impl Copy for DOT11_SSID
Auto Trait Implementations
impl RefUnwindSafe for DOT11_SSID
impl Send for DOT11_SSID
impl Sync for DOT11_SSID
impl Unpin for DOT11_SSID
impl UnwindSafe for DOT11_SSID
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