Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_SSID
#[repr(C)]pub struct DOT11_SSID {
pub uSSIDLength: u32,
pub ucSSID: [u8; 32],
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more