Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_KEY_ALGO_CCMP
#[repr(C)]pub struct DOT11_KEY_ALGO_CCMP {
pub ucIV48Counter: [u8; 6],
pub ulCCMPKeyLength: u32,
pub ucCCMPKey: [u8; 1],
}
Fields§
§ucIV48Counter: [u8; 6]
§ulCCMPKeyLength: u32
§ucCCMPKey: [u8; 1]
Trait Implementations§
§impl Clone for DOT11_KEY_ALGO_CCMP
impl Clone for DOT11_KEY_ALGO_CCMP
impl Copy for DOT11_KEY_ALGO_CCMP
Auto Trait Implementations§
impl RefUnwindSafe for DOT11_KEY_ALGO_CCMP
impl Send for DOT11_KEY_ALGO_CCMP
impl Sync for DOT11_KEY_ALGO_CCMP
impl Unpin for DOT11_KEY_ALGO_CCMP
impl UnwindSafe for DOT11_KEY_ALGO_CCMP
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