#[repr(u8)]pub enum Animation {
Show 16 variants
Off = 0,
Steady = 1,
Flash = 2,
TwoColorFlash = 3,
TwoColorShift = 4,
EndsSteady = 5,
EndsFlash = 6,
Scroll = 7,
CenterScroll = 8,
Bounce = 9,
CenterBounce = 10,
IntensitySweep = 11,
TwoColorSweep = 12,
Spectrum = 13,
SingleEndSteady = 14,
SingleEndFlash = 15,
}Expand description
Animation modes for the WLS15P IO-Link run mode.
Variants§
Off = 0
Steady = 1
Flash = 2
TwoColorFlash = 3
TwoColorShift = 4
EndsSteady = 5
EndsFlash = 6
Scroll = 7
CenterScroll = 8
Bounce = 9
CenterBounce = 10
IntensitySweep = 11
Breathing effect — smooth intensity sweep.
TwoColorSweep = 12
Spectrum = 13
All colors sweeping across the strip.
SingleEndSteady = 14
SingleEndFlash = 15
Trait Implementations§
impl Copy for Animation
impl Eq for Animation
impl StructuralPartialEq for Animation
Auto Trait Implementations§
impl Freeze for Animation
impl RefUnwindSafe for Animation
impl Send for Animation
impl Sync for Animation
impl Unpin for Animation
impl UnsafeUnpin for Animation
impl UnwindSafe for Animation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.