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