#[repr(C)]pub struct KeyFrame {
pub time: f32,
pub value: f32,
pub in_tangent: f32,
pub out_tangent: f32,
}
Expand description
For parameter animation
Fields§
§time: f32
§value: f32
§in_tangent: f32
§out_tangent: f32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeyFrame
impl Send for KeyFrame
impl Sync for KeyFrame
impl Unpin for KeyFrame
impl UnwindSafe for KeyFrame
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