pub enum SWAnimateOption<'e> {
Breathing(&'e ColorOption, &'e SWAnimationRepeat, &'e SWAnimationSpeed),
}Variants§
Breathing(&'e ColorOption, &'e SWAnimationRepeat, &'e SWAnimationSpeed)
Auto Trait Implementations§
impl<'e> Freeze for SWAnimateOption<'e>
impl<'e> RefUnwindSafe for SWAnimateOption<'e>
impl<'e> Send for SWAnimateOption<'e>
impl<'e> Sync for SWAnimateOption<'e>
impl<'e> Unpin for SWAnimateOption<'e>
impl<'e> UnwindSafe for SWAnimateOption<'e>
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