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