pub struct DeformKeyframe {
pub time: f32,
pub value: f32,
}Expand description
A keyframe value at a specific time.
Fields§
§time: f32§value: f32Implementations§
Trait Implementations§
Source§impl Clone for DeformKeyframe
impl Clone for DeformKeyframe
Source§fn clone(&self) -> DeformKeyframe
fn clone(&self) -> DeformKeyframe
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 DeformKeyframe
impl Debug for DeformKeyframe
impl Copy for DeformKeyframe
Auto Trait Implementations§
impl Freeze for DeformKeyframe
impl RefUnwindSafe for DeformKeyframe
impl Send for DeformKeyframe
impl Sync for DeformKeyframe
impl Unpin for DeformKeyframe
impl UnsafeUnpin for DeformKeyframe
impl UnwindSafe for DeformKeyframe
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