Struct rpi_led_matrix::LedColor [−][src]
Expand description
The Rust handle representing a color you’d like to display.
Fields
red: u8
the red channel value
green: u8
the green channel value
blue: u8
the blue channel value
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for LedColor
impl UnwindSafe for LedColor
Blanket Implementations
Mutably borrows from an owned value. Read more