Struct hapi_rs::raw::HAPI_Keyframe
source · #[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 copy 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 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