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 more
sourceimpl 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
Performs the conversion.
sourceimpl PartialEq<ExpEasingHint> for ExpEasingHint
impl PartialEq<ExpEasingHint> for ExpEasingHint
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &ExpEasingHint) -> bool
fn ne(&self, other: &ExpEasingHint) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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 Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
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.
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more