Enum nl80211_buildtools::ValueType[][src]

pub enum ValueType {
    u8,
    u16,
    u32,
    u64,
    i8,
    i16,
    i32,
    i64,
    string,
    bytes,
    nested,
    flag,
}

Variants

Methods

impl ValueType
[src]

Trait Implementations

impl Debug for ValueType
[src]

Formats the value using the given formatter. Read more

impl Copy for ValueType
[src]

impl Clone for ValueType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ValueType
[src]

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

This method tests for !=.

impl Eq for ValueType
[src]

impl Hash for ValueType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for ValueType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ValueType

impl Sync for ValueType