pub enum FlipStyle {
Sequential,
Simultaneous,
}
Expand description
The flip style of split flap display
Variants§
Sequential
Flip first character to target character, then flip next one
Simultaneous
Flip all characters at once, automatically stop when the characters reach the target one
Auto Trait Implementations§
impl Freeze for FlipStyle
impl RefUnwindSafe for FlipStyle
impl Send for FlipStyle
impl Sync for FlipStyle
impl Unpin for FlipStyle
impl UnwindSafe for FlipStyle
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