pub struct FloatCurve { /* private fields */ }Expand description
A float keyframe curve for particle properties over normalized lifetime [0,1].
Implementations§
Trait Implementations§
Source§impl Clone for FloatCurve
impl Clone for FloatCurve
Source§fn clone(&self) -> FloatCurve
fn clone(&self) -> FloatCurve
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FloatCurve
impl RefUnwindSafe for FloatCurve
impl Send for FloatCurve
impl Sync for FloatCurve
impl Unpin for FloatCurve
impl UnsafeUnpin for FloatCurve
impl UnwindSafe for FloatCurve
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