pub enum ViaLightingValue {
IdBacklightBrightness = 9,
IdBacklightEffect = 10,
IdQmkRgblightBrightness = 128,
IdQmkRgblightEffect = 129,
IdQmkRgblightEffectSpeed = 130,
IdQmkRgblightColor = 131,
}Variants§
IdBacklightBrightness = 9
IdBacklightEffect = 10
IdQmkRgblightBrightness = 128
IdQmkRgblightEffect = 129
IdQmkRgblightEffectSpeed = 130
IdQmkRgblightColor = 131
Trait Implementations§
Source§impl Clone for ViaLightingValue
impl Clone for ViaLightingValue
Source§fn clone(&self) -> ViaLightingValue
fn clone(&self) -> ViaLightingValue
Returns a duplicate 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 moreSource§impl Debug for ViaLightingValue
impl Debug for ViaLightingValue
Source§impl PartialEq for ViaLightingValue
impl PartialEq for ViaLightingValue
impl Copy for ViaLightingValue
impl StructuralPartialEq for ViaLightingValue
Auto Trait Implementations§
impl Freeze for ViaLightingValue
impl RefUnwindSafe for ViaLightingValue
impl Send for ViaLightingValue
impl Sync for ViaLightingValue
impl Unpin for ViaLightingValue
impl UnsafeUnpin for ViaLightingValue
impl UnwindSafe for ViaLightingValue
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