Struct f3::led::Led[][src]

pub struct Led { /* fields omitted */ }

One of the on-board user LEDs

Methods

impl Led
[src]

Turns the LED off

Turns the LED on

Trait Implementations

impl Into<Led> for LD3
[src]

Performs the conversion.

impl Into<Led> for LD4
[src]

Performs the conversion.

impl Into<Led> for LD5
[src]

Performs the conversion.

impl Into<Led> for LD6
[src]

Performs the conversion.

impl Into<Led> for LD7
[src]

Performs the conversion.

impl Into<Led> for LD8
[src]

Performs the conversion.

impl Into<Led> for LD9
[src]

Performs the conversion.

impl Into<Led> for LD10
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Led

impl Sync for Led