pub struct MotionSequenceStepSample<K> { /* private fields */ }Expand description
Sample for one keyed sequence step.
Implementations§
Source§impl<K> MotionSequenceStepSample<K>
impl<K> MotionSequenceStepSample<K>
Sourcepub const fn state(&self) -> MotionSequenceStepState
pub const fn state(&self) -> MotionSequenceStepState
Returns the sequence-level step state.
Sourcepub const fn needs_frame(&self) -> bool
pub const fn needs_frame(&self) -> bool
Returns whether this step keeps requesting frames.
Trait Implementations§
Source§impl<K: Clone> Clone for MotionSequenceStepSample<K>
impl<K: Clone> Clone for MotionSequenceStepSample<K>
Source§impl<K: Debug> Debug for MotionSequenceStepSample<K>
impl<K: Debug> Debug for MotionSequenceStepSample<K>
Source§impl<K: PartialEq> PartialEq for MotionSequenceStepSample<K>
impl<K: PartialEq> PartialEq for MotionSequenceStepSample<K>
impl<K: PartialEq> StructuralPartialEq for MotionSequenceStepSample<K>
Auto Trait Implementations§
impl<K> Freeze for MotionSequenceStepSample<K>where
K: Freeze,
impl<K> RefUnwindSafe for MotionSequenceStepSample<K>where
K: RefUnwindSafe,
impl<K> Send for MotionSequenceStepSample<K>where
K: Send,
impl<K> Sync for MotionSequenceStepSample<K>where
K: Sync,
impl<K> Unpin for MotionSequenceStepSample<K>where
K: Unpin,
impl<K> UnsafeUnpin for MotionSequenceStepSample<K>where
K: UnsafeUnpin,
impl<K> UnwindSafe for MotionSequenceStepSample<K>where
K: UnwindSafe,
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