pub struct TransitionQueueEntry<T> {
    pub duration_frames: u64,
    pub curve: EasingCurve,
    pub ending_value: T,
}Fields§
§duration_frames: u64§curve: EasingCurve§ending_value: TTrait 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.