#[repr(C)]
pub struct DOT11_WFD_ATTRIBUTES {
Show 15 fields pub Header: NDIS_OBJECT_HEADER, pub uNumConcurrentGORole: u32, pub uNumConcurrentClientRole: u32, pub WPSVersionsSupported: u32, pub bServiceDiscoverySupported: BOOLEAN, pub bClientDiscoverabilitySupported: BOOLEAN, pub bInfrastructureManagementSupported: BOOLEAN, pub uMaxSecondaryDeviceTypeListSize: u32, pub DeviceAddress: [u8; 6], pub uInterfaceAddressListCount: u32, pub pInterfaceAddressList: *mut u8, pub uNumSupportedCountryOrRegionStrings: u32, pub pSupportedCountryOrRegionStrings: *mut u8, pub uDiscoveryFilterListSize: u32, pub uGORoleClientTableSize: u32,
}
Expand description

Required features: "Win32_NetworkManagement_WiFi", "Win32_Foundation", "Win32_NetworkManagement_Ndis"

Fields

Header: NDIS_OBJECT_HEADERuNumConcurrentGORole: u32uNumConcurrentClientRole: u32WPSVersionsSupported: u32bServiceDiscoverySupported: BOOLEANbClientDiscoverabilitySupported: BOOLEANbInfrastructureManagementSupported: BOOLEANuMaxSecondaryDeviceTypeListSize: u32DeviceAddress: [u8; 6]uInterfaceAddressListCount: u32pInterfaceAddressList: *mut u8uNumSupportedCountryOrRegionStrings: u32pSupportedCountryOrRegionStrings: *mut u8uDiscoveryFilterListSize: u32uGORoleClientTableSize: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.