#[repr(u8)]pub enum ColorLoopAction {
Deactivate = 0,
Activatefromcolorloopstartenhancedhue = 1,
Activatefromenhancedcurrenthue = 2,
}Variants§
Deactivate = 0
De-activate the color loop.
Activatefromcolorloopstartenhancedhue = 1
Activate the color loop from the value in the ColorLoopStartEnhancedHue field.
Activatefromenhancedcurrenthue = 2
Activate the color loop from the value of the EnhancedCurrentHue attribute.
Implementations§
Trait Implementations§
Source§impl Clone for ColorLoopAction
impl Clone for ColorLoopAction
Source§fn clone(&self) -> ColorLoopAction
fn clone(&self) -> ColorLoopAction
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 ColorLoopAction
impl Debug for ColorLoopAction
Source§impl<'de> Deserialize<'de> for ColorLoopAction
impl<'de> Deserialize<'de> for ColorLoopAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ColorLoopAction> for u8
impl From<ColorLoopAction> for u8
Source§fn from(val: ColorLoopAction) -> Self
fn from(val: ColorLoopAction) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ColorLoopAction
impl PartialEq for ColorLoopAction
Source§impl Serialize for ColorLoopAction
impl Serialize for ColorLoopAction
impl Copy for ColorLoopAction
impl Eq for ColorLoopAction
impl StructuralPartialEq for ColorLoopAction
Auto Trait Implementations§
impl Freeze for ColorLoopAction
impl RefUnwindSafe for ColorLoopAction
impl Send for ColorLoopAction
impl Sync for ColorLoopAction
impl Unpin for ColorLoopAction
impl UnwindSafe for ColorLoopAction
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