#[repr(C)]pub struct HAPI_Keyframe {
pub time: f32,
pub value: f32,
pub inTangent: f32,
pub outTangent: f32,
}
Fields§
§time: f32
§value: f32
§inTangent: f32
§outTangent: f32
Trait Implementations§
Source§impl Clone for HAPI_Keyframe
impl Clone for HAPI_Keyframe
Source§fn clone(&self) -> HAPI_Keyframe
fn clone(&self) -> HAPI_Keyframe
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 HAPI_Keyframe
impl Debug for HAPI_Keyframe
impl Copy for HAPI_Keyframe
Auto Trait Implementations§
impl Freeze for HAPI_Keyframe
impl RefUnwindSafe for HAPI_Keyframe
impl Send for HAPI_Keyframe
impl Sync for HAPI_Keyframe
impl Unpin for HAPI_Keyframe
impl UnwindSafe for HAPI_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