Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_802_11_AI_RESFI
[−]#[repr(C)]pub struct NDIS_802_11_AI_RESFI {
pub Capabilities: u16,
pub StatusCode: u16,
pub AssociationId: u16,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Capabilities: u16
StatusCode: u16
AssociationId: u16
Trait Implementations
impl Clone for NDIS_802_11_AI_RESFI
impl Clone for NDIS_802_11_AI_RESFI
impl Copy for NDIS_802_11_AI_RESFI
Auto Trait Implementations
impl RefUnwindSafe for NDIS_802_11_AI_RESFI
impl Send for NDIS_802_11_AI_RESFI
impl Sync for NDIS_802_11_AI_RESFI
impl Unpin for NDIS_802_11_AI_RESFI
impl UnwindSafe for NDIS_802_11_AI_RESFI
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