Enum nl80211_rs::BssAttribute[][src]

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

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