pub struct TransitionQueueEntry<T> {
pub duration_frames: u64,
pub curve: EasingCurve,
pub ending_value: T,
}
Fields§
§duration_frames: u64
§curve: EasingCurve
§ending_value: T
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for TransitionQueueEntry<T>where
T: Freeze,
impl<T> !RefUnwindSafe for TransitionQueueEntry<T>
impl<T> !Send for TransitionQueueEntry<T>
impl<T> !Sync for TransitionQueueEntry<T>
impl<T> Unpin for TransitionQueueEntry<T>where
T: Unpin,
impl<T> !UnwindSafe for TransitionQueueEntry<T>
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
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.