#[repr(C)]pub struct DOT11_PMKID_ENTRY {
pub BSSID: DOT11_MAC_ADDRESS,
pub PMKID: DOT11_PMKID_VALUE,
pub uFlags: ULONG,
}
Fields§
§BSSID: DOT11_MAC_ADDRESS
§PMKID: DOT11_PMKID_VALUE
§uFlags: ULONG
Trait Implementations§
Source§impl Clone for DOT11_PMKID_ENTRY
impl Clone for DOT11_PMKID_ENTRY
Source§fn clone(&self) -> DOT11_PMKID_ENTRY
fn clone(&self) -> DOT11_PMKID_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DOT11_PMKID_ENTRY
impl Default for DOT11_PMKID_ENTRY
Source§fn default() -> DOT11_PMKID_ENTRY
fn default() -> DOT11_PMKID_ENTRY
Returns the “default value” for a type. Read more
impl Copy for DOT11_PMKID_ENTRY
Auto Trait Implementations§
impl Freeze for DOT11_PMKID_ENTRY
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§
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