#[repr(C)]pub struct NDIS_802_11_AUTHENTICATION_EVENT {
pub Status: NDIS_802_11_STATUS_INDICATION,
pub Request: [NDIS_802_11_AUTHENTICATION_REQUEST; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Status: NDIS_802_11_STATUS_INDICATION
Request: [NDIS_802_11_AUTHENTICATION_REQUEST; 1]
Trait Implementations
impl Clone for NDIS_802_11_AUTHENTICATION_EVENT
impl Clone for NDIS_802_11_AUTHENTICATION_EVENT
impl Copy for NDIS_802_11_AUTHENTICATION_EVENT
Auto Trait Implementations
impl RefUnwindSafe for NDIS_802_11_AUTHENTICATION_EVENT
impl Send for NDIS_802_11_AUTHENTICATION_EVENT
impl Sync for NDIS_802_11_AUTHENTICATION_EVENT
impl Unpin for NDIS_802_11_AUTHENTICATION_EVENT
impl UnwindSafe for NDIS_802_11_AUTHENTICATION_EVENT
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