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],
}
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§
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