Struct windows::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],
}
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
§fn clone(&self) -> DOT11_KEY_ALGO_GCMP
fn clone(&self) -> DOT11_KEY_ALGO_GCMP
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 more§impl Debug for DOT11_KEY_ALGO_GCMP
impl Debug for DOT11_KEY_ALGO_GCMP
§impl Default for DOT11_KEY_ALGO_GCMP
impl Default for DOT11_KEY_ALGO_GCMP
§impl PartialEq for DOT11_KEY_ALGO_GCMP
impl PartialEq for DOT11_KEY_ALGO_GCMP
§fn eq(&self, other: &DOT11_KEY_ALGO_GCMP) -> bool
fn eq(&self, other: &DOT11_KEY_ALGO_GCMP) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DOT11_KEY_ALGO_GCMP
impl Eq for DOT11_KEY_ALGO_GCMP
impl StructuralPartialEq for DOT11_KEY_ALGO_GCMP
Auto Trait Implementations§
impl Freeze for DOT11_KEY_ALGO_GCMP
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)