Enum components::StepMode [−][src]
#[non_exhaustive]
pub enum StepMode {
Start,
End,
// some variants omitted
}Change the value transition of a step function.
See TimelineExt::set_step_progress.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
The change in the value of a
CLUTTER_STEP progress mode should occur at the start of
the transition
The change in the value of a
CLUTTER_STEP progress mode should occur at the end of
the transition
Trait Implementations
impl<'a> FromValueOptional<'a> for StepMode[src]
impl<'a> FromValueOptional<'a> for StepMode[src]pub unsafe fn from_value_optional(value: &Value) -> Option<StepMode>[src]
impl PartialOrd<StepMode> for StepMode[src]
impl PartialOrd<StepMode> for StepMode[src]pub fn partial_cmp(&self, other: &StepMode) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StaticType for StepMode[src]
impl StaticType for StepMode[src]pub fn static_type() -> Type[src]
impl StructuralEq for StepMode[src]
impl StructuralEq for StepMode[src]impl StructuralPartialEq for StepMode[src]
impl StructuralPartialEq for StepMode[src]Auto Trait Implementations
impl RefUnwindSafe for StepMode
impl RefUnwindSafe for StepModeimpl UnwindSafe for StepMode
impl UnwindSafe for StepModeBlanket Implementations
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>, pub fn into_color(self) -> To
impl<T> ToSendValue for T where
T: SetValue + Send + ToValue + ?Sized, [src]
impl<T> ToSendValue for T where
T: SetValue + Send + ToValue + ?Sized, [src]pub fn to_send_value(&self) -> SendValue[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,