pub struct F32Key {
pub time: f32,
pub value: f32,
}Expand description
A scalar keyframe with linear interpolation.
Fields§
§time: f32§value: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for F32Key
impl RefUnwindSafe for F32Key
impl Send for F32Key
impl Sync for F32Key
impl Unpin for F32Key
impl UnsafeUnpin for F32Key
impl UnwindSafe for F32Key
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