#[repr(C)]
pub struct DOT11_PHY_ATTRIBUTES {
Show 14 fields pub Header: NDIS_OBJECT_HEADER, pub PhyType: DOT11_PHY_TYPE, pub bHardwarePhyState: BOOLEAN, pub bSoftwarePhyState: BOOLEAN, pub bCFPollable: BOOLEAN, pub uMPDUMaxLength: u32, pub TempType: DOT11_TEMP_TYPE, pub DiversitySupport: DOT11_DIVERSITY_SUPPORT, pub PhySpecificAttributes: DOT11_PHY_ATTRIBUTES_0, pub uNumberSupportedPowerLevels: u32, pub TxPowerLevels: [u32; 8], pub uNumDataRateMappingEntries: u32, pub DataRateMappingEntries: [DOT11_DATA_RATE_MAPPING_ENTRY; 126], pub SupportedDataRatesValue: DOT11_SUPPORTED_DATA_RATES_VALUE_V2,
}
Expand description

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

Fields

Header: NDIS_OBJECT_HEADERPhyType: DOT11_PHY_TYPEbHardwarePhyState: BOOLEANbSoftwarePhyState: BOOLEANbCFPollable: BOOLEANuMPDUMaxLength: u32TempType: DOT11_TEMP_TYPEDiversitySupport: DOT11_DIVERSITY_SUPPORTPhySpecificAttributes: DOT11_PHY_ATTRIBUTES_0uNumberSupportedPowerLevels: u32TxPowerLevels: [u32; 8]uNumDataRateMappingEntries: u32DataRateMappingEntries: [DOT11_DATA_RATE_MAPPING_ENTRY; 126]SupportedDataRatesValue: DOT11_SUPPORTED_DATA_RATES_VALUE_V2

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.