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: bool
Flip the curve horizontally.
is_in_out: bool
Also include in/out easing.
Implementations
sourceimpl ExpEasingHint
impl ExpEasingHint
Trait Implementations
sourceimpl Clone for ExpEasingHint
impl Clone for ExpEasingHint
sourcefn clone(&self) -> ExpEasingHint
fn clone(&self) -> ExpEasingHint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExpEasingHint
impl Debug for ExpEasingHint
sourceimpl Default for ExpEasingHint
impl Default for ExpEasingHint
sourcefn default() -> ExpEasingHint
fn default() -> ExpEasingHint
Returns the “default value” for a type. Read more
sourceimpl<T> From<ExpEasingHint> for FloatHint<T>
impl<T> From<ExpEasingHint> for FloatHint<T>
sourcefn from(hint: ExpEasingHint) -> Self
fn from(hint: ExpEasingHint) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ExpEasingHint> for ExpEasingHint
impl PartialEq<ExpEasingHint> for ExpEasingHint
sourcefn eq(&self, other: &ExpEasingHint) -> bool
fn eq(&self, other: &ExpEasingHint) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.