Struct f3::led::Leds[][src]

pub struct Leds { /* fields omitted */ }

Array of all the user LEDs on the board

Methods

impl Leds
[src]

Initializes all the user LEDs

Trait Implementations

impl Deref for Leds
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Leds
[src]

Mutably dereferences the value.

impl Index<usize> for Leds
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl Index<Direction> for Leds
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<usize> for Leds
[src]

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

impl IndexMut<Direction> for Leds
[src]

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

Auto Trait Implementations

impl Send for Leds

impl Sync for Leds