Enum pscontroller_rs::JogControl [] [src]

pub enum JogControl {
    Stop,
    Hold,
    Left,
    Right,
    Unknown1,
    Unknown2,
    Unknown3,
}

What we want the JogCon's wheel to do after we poll it

Variants

Stop the motor

Hold the wheel in position (and return it if it moves)

Start turning the wheel left

Start turning the wheel right

Unknown 1

Unknown 2

Unknown 3

Trait Implementations

Auto Trait Implementations

impl Send for JogControl

impl Sync for JogControl