#[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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more