pub struct TweenSpecF32 {
pub duration: Duration,
pub ease: fn(f32) -> f32,
}Fields§
§duration: Duration§ease: fn(f32) -> f32Trait Implementations§
Source§impl Clone for TweenSpecF32
impl Clone for TweenSpecF32
Source§fn clone(&self) -> TweenSpecF32
fn clone(&self) -> TweenSpecF32
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TweenSpecF32
impl Debug for TweenSpecF32
impl Copy for TweenSpecF32
Auto Trait Implementations§
impl Freeze for TweenSpecF32
impl RefUnwindSafe for TweenSpecF32
impl Send for TweenSpecF32
impl Sync for TweenSpecF32
impl Unpin for TweenSpecF32
impl UnsafeUnpin for TweenSpecF32
impl UnwindSafe for TweenSpecF32
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