Enum f3::led::Direction[][src]

pub enum Direction {
    North,
    Northeast,
    East,
    Southeast,
    South,
    Southwest,
    West,
    Northwest,
}

Cardinal directions. Each one matches one of the user LEDs.

Variants

North / LD3

Northeast / LD5

East / LD7

Southeast / LD9

South / LD10

Southwest / LD8

West / LD6

Northwest / LD4

Trait Implementations

impl Index<Direction> for Leds
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<Direction> for Leds
[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl Send for Direction

impl Sync for Direction