#[repr(C)]pub struct DOT11_KEY_ALGO_TKIP_MIC {
pub ucIV48Counter: [u8; 6],
pub ulTKIPKeyLength: u32,
pub ulMICKeyLength: u32,
pub ucTKIPMICKeys: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
ucIV48Counter: [u8; 6]
ulTKIPKeyLength: u32
ulMICKeyLength: u32
ucTKIPMICKeys: [u8; 1]
Trait Implementations
impl Clone for DOT11_KEY_ALGO_TKIP_MIC
impl Clone for DOT11_KEY_ALGO_TKIP_MIC
impl Copy for DOT11_KEY_ALGO_TKIP_MIC
Auto Trait Implementations
impl RefUnwindSafe for DOT11_KEY_ALGO_TKIP_MIC
impl Send for DOT11_KEY_ALGO_TKIP_MIC
impl Sync for DOT11_KEY_ALGO_TKIP_MIC
impl Unpin for DOT11_KEY_ALGO_TKIP_MIC
impl UnwindSafe for DOT11_KEY_ALGO_TKIP_MIC
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