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