Struct pax_runtime_api::TransitionQueueEntry
source · pub struct TransitionQueueEntry<T> {
pub global_frame_started: Option<usize>,
pub duration_frames: u64,
pub curve: EasingCurve,
pub starting_value: T,
pub ending_value: T,
}
Fields§
§global_frame_started: Option<usize>
§duration_frames: u64
§curve: EasingCurve
§starting_value: T
§ending_value: T
Auto Trait Implementations§
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