#[repr(C)]pub struct DOT11_WFD_ATTRIBUTES {Show 15 fields
pub Header: NDIS_OBJECT_HEADER,
pub uNumConcurrentGORole: ULONG,
pub uNumConcurrentClientRole: ULONG,
pub WPSVersionsSupported: ULONG,
pub bServiceDiscoverySupported: BOOLEAN,
pub bClientDiscoverabilitySupported: BOOLEAN,
pub bInfrastructureManagementSupported: BOOLEAN,
pub uMaxSecondaryDeviceTypeListSize: ULONG,
pub DeviceAddress: DOT11_MAC_ADDRESS,
pub uInterfaceAddressListCount: ULONG,
pub pInterfaceAddressList: PDOT11_MAC_ADDRESS,
pub uNumSupportedCountryOrRegionStrings: ULONG,
pub pSupportedCountryOrRegionStrings: PDOT11_COUNTRY_OR_REGION_STRING,
pub uDiscoveryFilterListSize: ULONG,
pub uGORoleClientTableSize: ULONG,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§uNumConcurrentGORole: ULONG
§uNumConcurrentClientRole: ULONG
§WPSVersionsSupported: ULONG
§bServiceDiscoverySupported: BOOLEAN
§bClientDiscoverabilitySupported: BOOLEAN
§bInfrastructureManagementSupported: BOOLEAN
§uMaxSecondaryDeviceTypeListSize: ULONG
§DeviceAddress: DOT11_MAC_ADDRESS
§uInterfaceAddressListCount: ULONG
§pInterfaceAddressList: PDOT11_MAC_ADDRESS
§uNumSupportedCountryOrRegionStrings: ULONG
§pSupportedCountryOrRegionStrings: PDOT11_COUNTRY_OR_REGION_STRING
§uDiscoveryFilterListSize: ULONG
§uGORoleClientTableSize: ULONG
Trait Implementations§
Source§impl Clone for DOT11_WFD_ATTRIBUTES
impl Clone for DOT11_WFD_ATTRIBUTES
Source§fn clone(&self) -> DOT11_WFD_ATTRIBUTES
fn clone(&self) -> DOT11_WFD_ATTRIBUTES
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DOT11_WFD_ATTRIBUTES
impl Default for DOT11_WFD_ATTRIBUTES
Source§fn default() -> DOT11_WFD_ATTRIBUTES
fn default() -> DOT11_WFD_ATTRIBUTES
Returns the “default value” for a type. Read more
impl Copy for DOT11_WFD_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for DOT11_WFD_ATTRIBUTES
impl RefUnwindSafe for DOT11_WFD_ATTRIBUTES
impl !Send for DOT11_WFD_ATTRIBUTES
impl !Sync for DOT11_WFD_ATTRIBUTES
impl Unpin for DOT11_WFD_ATTRIBUTES
impl UnwindSafe for DOT11_WFD_ATTRIBUTES
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more