Struct gdnative_core::export::hint::ExpEasingHint
source · Expand description
Hints that a float property should be edited via an exponential easing function.
Fields§
§is_attenuation: boolFlip the curve horizontally.
is_in_out: boolAlso include in/out easing.
Implementations§
source§impl ExpEasingHint
impl ExpEasingHint
Trait Implementations§
source§impl Clone for ExpEasingHint
impl Clone for ExpEasingHint
source§fn clone(&self) -> ExpEasingHint
fn clone(&self) -> ExpEasingHint
Returns a copy 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 moresource§impl Debug for ExpEasingHint
impl Debug for ExpEasingHint
source§impl Default for ExpEasingHint
impl Default for ExpEasingHint
source§fn default() -> ExpEasingHint
fn default() -> ExpEasingHint
Returns the “default value” for a type. Read more
source§impl<T> From<ExpEasingHint> for FloatHint<T>
impl<T> From<ExpEasingHint> for FloatHint<T>
source§fn from(hint: ExpEasingHint) -> Self
fn from(hint: ExpEasingHint) -> Self
Converts to this type from the input type.
source§impl PartialEq<ExpEasingHint> for ExpEasingHint
impl PartialEq<ExpEasingHint> for ExpEasingHint
source§fn eq(&self, other: &ExpEasingHint) -> bool
fn eq(&self, other: &ExpEasingHint) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ExpEasingHint
impl Eq for ExpEasingHint
impl StructuralEq for ExpEasingHint
impl StructuralPartialEq for ExpEasingHint
Auto Trait Implementations§
impl RefUnwindSafe for ExpEasingHint
impl Send for ExpEasingHint
impl Sync for ExpEasingHint
impl Unpin for ExpEasingHint
impl UnwindSafe for ExpEasingHint
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.