#[repr(C)]pub struct DOT11_TKIPMIC_FAILURE_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub bDefaultKeyFailure: BOOLEAN,
pub uKeyIndex: u32,
pub PeerMac: [u8; 6],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
bDefaultKeyFailure: BOOLEAN
uKeyIndex: u32
PeerMac: [u8; 6]
Trait Implementations
impl Clone for DOT11_TKIPMIC_FAILURE_PARAMETERS
impl Clone for DOT11_TKIPMIC_FAILURE_PARAMETERS
impl Copy for DOT11_TKIPMIC_FAILURE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_TKIPMIC_FAILURE_PARAMETERS
impl Send for DOT11_TKIPMIC_FAILURE_PARAMETERS
impl Sync for DOT11_TKIPMIC_FAILURE_PARAMETERS
impl Unpin for DOT11_TKIPMIC_FAILURE_PARAMETERS
impl UnwindSafe for DOT11_TKIPMIC_FAILURE_PARAMETERS
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