#[repr(C)]pub struct spPathConstraintMixTimeline {
pub super_: spCurveTimeline,
pub framesCount: c_int,
pub frames: *mut f32,
pub pathConstraintIndex: c_int,
}Fields§
§super_: spCurveTimeline§framesCount: c_int§frames: *mut f32§pathConstraintIndex: c_intTrait Implementations§
Source§impl Clone for spPathConstraintMixTimeline
impl Clone for spPathConstraintMixTimeline
Source§fn clone(&self) -> spPathConstraintMixTimeline
fn clone(&self) -> spPathConstraintMixTimeline
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 spPathConstraintMixTimeline
Auto Trait Implementations§
impl !Send for spPathConstraintMixTimeline
impl !Sync for spPathConstraintMixTimeline
impl Freeze for spPathConstraintMixTimeline
impl RefUnwindSafe for spPathConstraintMixTimeline
impl Unpin for spPathConstraintMixTimeline
impl UnsafeUnpin for spPathConstraintMixTimeline
impl UnwindSafe for spPathConstraintMixTimeline
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