pub enum Effects {
Color,
Pulse,
Morph,
}Expand description
Available light effects.
As stated in the documentation, it appears that all the effect available in the Alienware Center are a combination of these.
Variants§
Trait Implementations§
Source§impl Command for Effects
impl Command for Effects
fn build(&self) -> Vec<u8> ⓘ
fn response_type(&self) -> ResponseType
impl Copy for Effects
Auto Trait Implementations§
impl Freeze for Effects
impl RefUnwindSafe for Effects
impl Send for Effects
impl Sync for Effects
impl Unpin for Effects
impl UnsafeUnpin for Effects
impl UnwindSafe for Effects
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