#[repr(u8)]pub enum UemColor {
Off = 0,
Red = 1,
Green = 2,
Blue = 4,
Yellow = 3,
Magenta = 5,
Cyan = 6,
White = 7,
}Expand description
LED color combinations
Variants§
Trait Implementations§
Source§impl Sequence for UemColor
impl Sequence for UemColor
impl Copy for UemColor
impl StructuralPartialEq for UemColor
Auto Trait Implementations§
impl Freeze for UemColor
impl RefUnwindSafe for UemColor
impl Send for UemColor
impl Sync for UemColor
impl Unpin for UemColor
impl UnwindSafe for UemColor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more