Enum kll_core::pixel::AnimationControl
source · #[repr(u8)]
pub enum AnimationControl {
PauseResume,
ForwardOne,
Forward,
Stop,
Reset,
WipePause,
Pause,
Clear,
}Variants§
PauseResume
Toggles between pause/resume Only pauses if the state is either Forward or ForwardOne
ForwardOne
Iterate a single frame
Forward
Play animations
Stop
Stop all animations and clear all state
Reset
Restarts all animations
WipePause
Pause all animations and clear all pixel state
Pause
Pause
Clear
Clear all pixels (does not stop or pause)
Trait Implementations§
source§impl Clone for AnimationControl
impl Clone for AnimationControl
source§fn clone(&self) -> AnimationControl
fn clone(&self) -> AnimationControl
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