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