Enum linux_l6470::Direction[][src]

pub enum Direction {
    CW,
    CCW,
}

Variants

Trait Implementations

impl PartialEq for Direction
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Direction

impl Sync for Direction