Enum drs_0x01::JogColor[][src]

pub enum JogColor {
    Red,
    Green,
    Blue,
}

The color of the LED of the servomotor.

Variants

Red

Green

Blue

Trait Implementations

impl Debug for JogColor
[src]

Formats the value using the given formatter. Read more

impl Default for JogColor
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for JogColor

impl Sync for JogColor