Enum kll_core::pixel::FadeCommand
source · #[repr(u8)]
pub enum FadeCommand {
Reset,
ResetAll,
BrightnessSet,
BrightnessIncrement,
BrightnessDecrement,
BrightnessDefault,
}Variants§
Reset
Resets fade settings to default
ResetAll
Resets all profiles to defaults
BrightnessSet
Set fade brightness
BrightnessIncrement
Set fade brightness increment
BrightnessDecrement
Set fade brightness decrement
BrightnessDefault
Reset to brightness default
Trait Implementations§
source§impl Clone for FadeCommand
impl Clone for FadeCommand
source§fn clone(&self) -> FadeCommand
fn clone(&self) -> FadeCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more