Struct gdnative::prelude::nativescript::init::property::ExpEasingHint[][src]

pub struct ExpEasingHint {
    pub is_attenuation: bool,
    pub is_in_out: bool,
}

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

impl ExpEasingHint[src]

Trait Implementations

impl Clone for ExpEasingHint[src]

impl Copy for ExpEasingHint[src]

impl Debug for ExpEasingHint[src]

impl Default for ExpEasingHint[src]

impl Eq for ExpEasingHint[src]

impl<T> From<ExpEasingHint> for FloatHint<T>[src]

impl PartialEq<ExpEasingHint> for ExpEasingHint[src]

impl StructuralEq for ExpEasingHint[src]

impl StructuralPartialEq for ExpEasingHint[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.