Enum sixtyfps_corelib::animations::EasingCurve [−][src]
The representation of an easing curve, for animations
Variants
The linear curve
A Cubic bezier curve, with its 4 parameter
Trait Implementations
impl Clone for EasingCurve
[src]
impl Clone for EasingCurve
[src]fn clone(&self) -> EasingCurve
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for EasingCurve
[src]
impl Copy for EasingCurve
[src]impl Default for EasingCurve
[src]
impl Default for EasingCurve
[src]impl PartialEq<EasingCurve> for EasingCurve
[src]
impl PartialEq<EasingCurve> for EasingCurve
[src]fn eq(&self, other: &EasingCurve) -> bool
[src]
fn ne(&self, other: &EasingCurve) -> bool
[src]
impl StructuralPartialEq for EasingCurve
[src]
impl StructuralPartialEq for EasingCurve
[src]Auto Trait Implementations
impl RefUnwindSafe for EasingCurve
impl RefUnwindSafe for EasingCurve
impl Send for EasingCurve
impl Send for EasingCurve
impl Sync for EasingCurve
impl Sync for EasingCurve
impl Unpin for EasingCurve
impl Unpin for EasingCurve
impl UnwindSafe for EasingCurve
impl UnwindSafe for EasingCurve