#[repr(C)]pub struct spPathConstraintPositionTimeline {
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 spPathConstraintPositionTimeline
impl Clone for spPathConstraintPositionTimeline
Source§fn clone(&self) -> spPathConstraintPositionTimeline
fn clone(&self) -> spPathConstraintPositionTimeline
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 spPathConstraintPositionTimeline
Auto Trait Implementations§
impl !Send for spPathConstraintPositionTimeline
impl !Sync for spPathConstraintPositionTimeline
impl Freeze for spPathConstraintPositionTimeline
impl RefUnwindSafe for spPathConstraintPositionTimeline
impl Unpin for spPathConstraintPositionTimeline
impl UnsafeUnpin for spPathConstraintPositionTimeline
impl UnwindSafe for spPathConstraintPositionTimeline
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