Struct ev3dev_lang_rust::Led [−][src]
pub struct Led { /* fields omitted */ }
Expand description
The leds 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