Enum kinetic_protobuf::Command_Priority [] [src]

pub enum Command_Priority {
    NORMAL,
    LOWEST,
    LOWER,
    HIGHER,
    HIGHEST,
}

Variants

Trait Implementations

impl Clone for Command_Priority
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Command_Priority
[src]

Formats the value using the given formatter.

impl Hash for Command_Priority
[src]

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

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

impl ProtobufEnum for Command_Priority
[src]

impl Copy for Command_Priority
[src]