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
sourceimpl Clone for FadeCommand
impl Clone for FadeCommand
sourcefn clone(&self) -> FadeCommand
fn clone(&self) -> FadeCommand
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FadeCommand
impl Debug for FadeCommand
sourceimpl Format for FadeCommand
impl Format for FadeCommand
sourceimpl Hash for FadeCommand
impl Hash for FadeCommand
sourceimpl PartialEq<FadeCommand> for FadeCommand
impl PartialEq<FadeCommand> for FadeCommand
impl Copy for FadeCommand
impl Eq for FadeCommand
impl StructuralEq for FadeCommand
impl StructuralPartialEq for FadeCommand
Auto Trait Implementations
impl RefUnwindSafe for FadeCommand
impl Send for FadeCommand
impl Sync for FadeCommand
impl Unpin for FadeCommand
impl UnwindSafe for FadeCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more