pub enum SWAnimationSpeed {
Slowest,
Slower,
Slow,
Normal,
Fast,
Faster,
Fastest,
}Variants§
Auto Trait Implementations§
impl Freeze for SWAnimationSpeed
impl RefUnwindSafe for SWAnimationSpeed
impl Send for SWAnimationSpeed
impl Sync for SWAnimationSpeed
impl Unpin for SWAnimationSpeed
impl UnwindSafe for SWAnimationSpeed
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