pub struct Tween {
pub duration: Duration,
pub delay: Duration,
pub easing: Easing,
}Fields§
§duration: Duration§delay: Duration§easing: EasingImplementations§
Trait Implementations§
impl StructuralPartialEq for Tween
Auto Trait Implementations§
impl !RefUnwindSafe for Tween
impl !UnwindSafe for Tween
impl Freeze for Tween
impl Send for Tween
impl Sync for Tween
impl Unpin for Tween
impl UnsafeUnpin for Tween
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