pub enum SWAnimationRepeat {
FiniteCount(i32),
InfiniteCount,
}Variants§
Auto Trait Implementations§
impl Freeze for SWAnimationRepeat
impl RefUnwindSafe for SWAnimationRepeat
impl Send for SWAnimationRepeat
impl Sync for SWAnimationRepeat
impl Unpin for SWAnimationRepeat
impl UnwindSafe for SWAnimationRepeat
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