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