#[repr(C)]pub struct DOT11_CIPHER_DEFAULT_KEY_VALUE {
pub Header: NDIS_OBJECT_HEADER,
pub uKeyIndex: u32,
pub AlgorithmId: DOT11_CIPHER_ALGORITHM,
pub MacAddr: [u8; 6],
pub bDelete: BOOLEAN,
pub bStatic: BOOLEAN,
pub usKeyLength: u16,
pub ucKey: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
uKeyIndex: u32
AlgorithmId: DOT11_CIPHER_ALGORITHM
MacAddr: [u8; 6]
bDelete: BOOLEAN
bStatic: BOOLEAN
usKeyLength: u16
ucKey: [u8; 1]
Trait Implementations
impl Clone for DOT11_CIPHER_DEFAULT_KEY_VALUE
impl Clone for DOT11_CIPHER_DEFAULT_KEY_VALUE
impl Copy for DOT11_CIPHER_DEFAULT_KEY_VALUE
Auto Trait Implementations
impl RefUnwindSafe for DOT11_CIPHER_DEFAULT_KEY_VALUE
impl Send for DOT11_CIPHER_DEFAULT_KEY_VALUE
impl Sync for DOT11_CIPHER_DEFAULT_KEY_VALUE
impl Unpin for DOT11_CIPHER_DEFAULT_KEY_VALUE
impl UnwindSafe for DOT11_CIPHER_DEFAULT_KEY_VALUE
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