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