#[repr(C)]pub struct DOT11_WFD_DEVICE_CAPABILITY_CONFIG {
pub Header: NDIS_OBJECT_HEADER,
pub bServiceDiscoveryEnabled: BOOLEAN,
pub bClientDiscoverabilityEnabled: BOOLEAN,
pub bConcurrentOperationSupported: BOOLEAN,
pub bInfrastructureManagementEnabled: BOOLEAN,
pub bDeviceLimitReached: BOOLEAN,
pub bInvitationProcedureEnabled: BOOLEAN,
pub WPSVersionsEnabled: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
bServiceDiscoveryEnabled: BOOLEAN
bClientDiscoverabilityEnabled: BOOLEAN
bConcurrentOperationSupported: BOOLEAN
bInfrastructureManagementEnabled: BOOLEAN
bDeviceLimitReached: BOOLEAN
bInvitationProcedureEnabled: BOOLEAN
WPSVersionsEnabled: u32
Trait Implementations
impl Clone for DOT11_WFD_DEVICE_CAPABILITY_CONFIG
impl Clone for DOT11_WFD_DEVICE_CAPABILITY_CONFIG
impl Copy for DOT11_WFD_DEVICE_CAPABILITY_CONFIG
Auto Trait Implementations
impl RefUnwindSafe for DOT11_WFD_DEVICE_CAPABILITY_CONFIG
impl Send for DOT11_WFD_DEVICE_CAPABILITY_CONFIG
impl Sync for DOT11_WFD_DEVICE_CAPABILITY_CONFIG
impl Unpin for DOT11_WFD_DEVICE_CAPABILITY_CONFIG
impl UnwindSafe for DOT11_WFD_DEVICE_CAPABILITY_CONFIG
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