#[repr(C)]pub struct DOT11_AUTH_CIPHER_PAIR {
pub AuthAlgoId: DOT11_AUTH_ALGORITHM,
pub CipherAlgoId: DOT11_CIPHER_ALGORITHM,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
AuthAlgoId: DOT11_AUTH_ALGORITHM
CipherAlgoId: DOT11_CIPHER_ALGORITHM
Trait Implementations
impl Clone for DOT11_AUTH_CIPHER_PAIR
impl Clone for DOT11_AUTH_CIPHER_PAIR
impl Copy for DOT11_AUTH_CIPHER_PAIR
Auto Trait Implementations
impl RefUnwindSafe for DOT11_AUTH_CIPHER_PAIR
impl Send for DOT11_AUTH_CIPHER_PAIR
impl Sync for DOT11_AUTH_CIPHER_PAIR
impl Unpin for DOT11_AUTH_CIPHER_PAIR
impl UnwindSafe for DOT11_AUTH_CIPHER_PAIR
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