Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_KEY_ALGO_BIP
[−]#[repr(C)]pub struct DOT11_KEY_ALGO_BIP {
pub ucIPN: [u8; 6],
pub ulBIPKeyLength: u32,
pub ucBIPKey: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
ucIPN: [u8; 6]
ulBIPKeyLength: u32
ucBIPKey: [u8; 1]
Trait Implementations
impl Clone for DOT11_KEY_ALGO_BIP
impl Clone for DOT11_KEY_ALGO_BIP
impl Copy for DOT11_KEY_ALGO_BIP
Auto Trait Implementations
impl RefUnwindSafe for DOT11_KEY_ALGO_BIP
impl Send for DOT11_KEY_ALGO_BIP
impl Sync for DOT11_KEY_ALGO_BIP
impl Unpin for DOT11_KEY_ALGO_BIP
impl UnwindSafe for DOT11_KEY_ALGO_BIP
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