Enum nl80211_rs::BssAttribute[][src]

#[repr(u16)]
pub enum BssAttribute { SeenMsAgo, Capability, PrespData, ParentBssid, BeaconIes, Pad, Tsf, Bssid, BeaconTsf, ChanWidth, Status, SignalMbm, ParentTsf, Frequency, InformationElements, SignalUnspec, BeaconInterval, LastSeenBootTime, }

Variants

Trait Implementations

impl Clone for BssAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BssAttribute
[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 BssAttribute
[src]

Formats the value using the given formatter. Read more

impl Into<u16> for BssAttribute
[src]

Performs the conversion.

impl From<u16> for BssAttribute
[src]

Performs the conversion.

impl ConvertFrom<u16> for BssAttribute
[src]

Auto Trait Implementations