Struct ev3dev_lang_rust::Led
source · [−]pub struct Led { /* private fields */ }Expand description
The led’s on top of the EV3 brick.
Implementations
Returns the current color value of the left led.
Sets the color value of the left led.
Returns the current color value of the right led.
Sets the color value of the right led.
Returns the color value of both leds or None if they are different.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Led
impl UnwindSafe for Led
Blanket Implementations
Mutably borrows from an owned value. Read more