Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_802_11_WEP
[−]#[repr(C)]pub struct NDIS_802_11_WEP {
pub Length: u32,
pub KeyIndex: u32,
pub KeyLength: u32,
pub KeyMaterial: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Length: u32
KeyIndex: u32
KeyLength: u32
KeyMaterial: [u8; 1]
Trait Implementations
impl Clone for NDIS_802_11_WEP
impl Clone for NDIS_802_11_WEP
impl Copy for NDIS_802_11_WEP
Auto Trait Implementations
impl RefUnwindSafe for NDIS_802_11_WEP
impl Send for NDIS_802_11_WEP
impl Sync for NDIS_802_11_WEP
impl Unpin for NDIS_802_11_WEP
impl UnwindSafe for NDIS_802_11_WEP
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