pub enum LightMode {
Color(RGB),
ColorTemperature(u16),
Hsv(HSV),
}Variants§
Implementations§
Trait Implementations§
impl Eq for LightMode
impl StructuralPartialEq for LightMode
Auto Trait Implementations§
impl Freeze for LightMode
impl RefUnwindSafe for LightMode
impl Send for LightMode
impl Sync for LightMode
impl Unpin for LightMode
impl UnwindSafe for LightMode
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