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