pub enum PrimaryLight {
Red,
Green,
Blue,
}Expand description
The primary lights according to the RGB light mode.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrimaryLight
impl RefUnwindSafe for PrimaryLight
impl Send for PrimaryLight
impl Sync for PrimaryLight
impl Unpin for PrimaryLight
impl UnsafeUnpin for PrimaryLight
impl UnwindSafe for PrimaryLight
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