Enum nl80211_rs::ProtectedManagementFramesMode[][src]

pub enum ProtectedManagementFramesMode {
    Disabled,
    Capable,
    Required,
}

Variants

Trait Implementations

impl Debug for ProtectedManagementFramesMode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ProtectedManagementFramesMode
[src]

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

This method tests for !=.

impl Display for ProtectedManagementFramesMode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations