Trait libre_pvz_animation::clip::CurveLabel

source ·
pub trait CurveLabel: DynHash { }
Expand description

Types suitable to be used as labels for curves in a TrackBuilder.

Trait Implementations§

source§

impl Hash for dyn CurveLabel

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
source§

impl PartialEq for dyn CurveLabel

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for dyn CurveLabel

Implementors§