#[repr(C)]pub struct NDIS_802_11_REMOVE_KEY {
pub Length: u32,
pub KeyIndex: u32,
pub BSSID: [u8; 6],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Length: u32
KeyIndex: u32
BSSID: [u8; 6]
Trait Implementations
impl Clone for NDIS_802_11_REMOVE_KEY
impl Clone for NDIS_802_11_REMOVE_KEY
impl Copy for NDIS_802_11_REMOVE_KEY
Auto Trait Implementations
impl RefUnwindSafe for NDIS_802_11_REMOVE_KEY
impl Send for NDIS_802_11_REMOVE_KEY
impl Sync for NDIS_802_11_REMOVE_KEY
impl Unpin for NDIS_802_11_REMOVE_KEY
impl UnwindSafe for NDIS_802_11_REMOVE_KEY
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