#[repr(C)]pub struct spIkConstraintTimeline {
pub super_: spCurveTimeline,
pub framesCount: c_int,
pub frames: *mut f32,
pub ikConstraintIndex: c_int,
}Fields§
§super_: spCurveTimeline§framesCount: c_int§frames: *mut f32§ikConstraintIndex: c_intTrait Implementations§
Source§impl Clone for spIkConstraintTimeline
impl Clone for spIkConstraintTimeline
Source§fn clone(&self) -> spIkConstraintTimeline
fn clone(&self) -> spIkConstraintTimeline
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for spIkConstraintTimeline
Auto Trait Implementations§
impl !Send for spIkConstraintTimeline
impl !Sync for spIkConstraintTimeline
impl Freeze for spIkConstraintTimeline
impl RefUnwindSafe for spIkConstraintTimeline
impl Unpin for spIkConstraintTimeline
impl UnsafeUnpin for spIkConstraintTimeline
impl UnwindSafe for spIkConstraintTimeline
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