Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_PMKID_ENTRY
[−]#[repr(C)]pub struct DOT11_PMKID_ENTRY {
pub BSSID: [u8; 6],
pub PMKID: [u8; 16],
pub uFlags: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
BSSID: [u8; 6]
PMKID: [u8; 16]
uFlags: u32
Trait Implementations
impl Clone for DOT11_PMKID_ENTRY
impl Clone for DOT11_PMKID_ENTRY
impl Copy for DOT11_PMKID_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for DOT11_PMKID_ENTRY
impl Send for DOT11_PMKID_ENTRY
impl Sync for DOT11_PMKID_ENTRY
impl Unpin for DOT11_PMKID_ENTRY
impl UnwindSafe for DOT11_PMKID_ENTRY
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