Enum nl80211_rs::InformationElementId[][src]

#[repr(u8)]
pub enum InformationElementId { ExtededSupportRates, TrafficIndicationMap, SupportedOperatingClasses, ExtendedCapabilities, VendorSpecific, Ssid, RoamingEnabledCapability, SupportRates, Country, AccessPointChannelReport, RobustSecurityNetwork, ExtendedChannelSwitchAnnouncement, SecondaryChannelOffset, Reserved149CiscoCompatibleExtenstions3, DirectSpectrumParameters, FrequencyHoppingParameters, OverlappingBssScanParameters, VeryHighThroughputOperation, VeryHighThroughputCapabilities, MobilityDomain, ContentionFreeParameters, Reserved136CiscoCompatibleExtenstions2, MultipleBSSID, VeryHighThroughputTransmitterPowerEnvelope, BssLoad, HighThroughputCapabilities, ExtendedRatePhyInfo, ExtendedRatePhyInfoOld, TransmitPowerControlReport, HighThroughputOperation, PowerConstraint, IbssParameter, Reserved133CiscoCompatibleExtenstions1, Reserved150CiscoCompatibleExtenstions, }

Variants

Trait Implementations

impl Clone for InformationElementId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InformationElementId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for InformationElementId
[src]

Formats the value using the given formatter. Read more

impl Into<u8> for InformationElementId
[src]

Performs the conversion.

impl From<u8> for InformationElementId
[src]

Performs the conversion.

impl ConvertFrom<u8> for InformationElementId
[src]

Auto Trait Implementations