#[non_exhaustive]pub enum VideoStandardTransitionType {
Show 73 variants
None,
BarWipeLr,
BarWipeTb,
BoxWipeTl,
BoxWipeTr,
BoxWipeBr,
BoxWipeBl,
FourBoxWipeCi,
FourBoxWipeCo,
BarndoorV,
BarndoorH,
BoxWipeTc,
BoxWipeRc,
BoxWipeBc,
BoxWipeLc,
DiagonalTl,
DiagonalTr,
BowtieV,
BowtieH,
BarndoorDbl,
BarndoorDtl,
MiscDiagonalDbd,
MiscDiagonalDd,
VeeD,
VeeL,
VeeU,
VeeR,
BarnveeD,
BarnveeL,
BarnveeU,
BarnveeR,
IrisRect,
ClockCw12,
ClockCw3,
ClockCw6,
ClockCw9,
PinwheelTbv,
PinwheelTbh,
PinwheelFb,
FanCt,
FanCr,
DoublefanFov,
DoublefanFoh,
SinglesweepCwt,
SinglesweepCwr,
SinglesweepCwb,
SinglesweepCwl,
DoublesweepPv,
DoublesweepPd,
DoublesweepOv,
DoublesweepOh,
FanT,
FanR,
FanB,
FanL,
DoublefanFiv,
DoublefanFih,
SinglesweepCwtl,
SinglesweepCwbl,
SinglesweepCwbr,
SinglesweepCwtr,
DoublesweepPdtl,
DoublesweepPdbl,
SaloondoorT,
SaloondoorL,
SaloondoorB,
SaloondoorR,
WindshieldR,
WindshieldU,
WindshieldV,
WindshieldH,
Crossfade,
FadeIn,
}Variants (Non-exhaustive)§
This enum is marked as 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.
None
BarWipeLr
BarWipeTb
BoxWipeTl
BoxWipeTr
BoxWipeBr
BoxWipeBl
FourBoxWipeCi
FourBoxWipeCo
BarndoorV
BarndoorH
BoxWipeTc
BoxWipeRc
BoxWipeBc
BoxWipeLc
DiagonalTl
DiagonalTr
BowtieV
BowtieH
BarndoorDbl
BarndoorDtl
MiscDiagonalDbd
MiscDiagonalDd
VeeD
VeeL
VeeU
VeeR
BarnveeD
BarnveeL
BarnveeU
BarnveeR
IrisRect
ClockCw12
ClockCw3
ClockCw6
ClockCw9
PinwheelTbv
PinwheelTbh
PinwheelFb
FanCt
FanCr
DoublefanFov
DoublefanFoh
SinglesweepCwt
SinglesweepCwr
SinglesweepCwb
SinglesweepCwl
DoublesweepPv
DoublesweepPd
DoublesweepOv
DoublesweepOh
FanT
FanR
FanB
FanL
DoublefanFiv
DoublefanFih
SinglesweepCwtl
SinglesweepCwbl
SinglesweepCwbr
SinglesweepCwtr
DoublesweepPdtl
DoublesweepPdbl
SaloondoorT
SaloondoorL
SaloondoorB
SaloondoorR
WindshieldR
WindshieldU
WindshieldV
WindshieldH
Crossfade
FadeIn
Available on crate feature
v1_22 only.Trait Implementations§
Source§impl Clone for VideoStandardTransitionType
impl Clone for VideoStandardTransitionType
Source§fn clone(&self) -> VideoStandardTransitionType
fn clone(&self) -> VideoStandardTransitionType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VideoStandardTransitionType
impl Debug for VideoStandardTransitionType
Source§impl From<VideoStandardTransitionType> for Value
impl From<VideoStandardTransitionType> for Value
Source§fn from(v: VideoStandardTransitionType) -> Self
fn from(v: VideoStandardTransitionType) -> Self
Converts to this type from the input type.
Source§impl<'a> FromValue<'a> for VideoStandardTransitionType
impl<'a> FromValue<'a> for VideoStandardTransitionType
Source§type Checker = GenericValueTypeChecker<VideoStandardTransitionType>
type Checker = GenericValueTypeChecker<VideoStandardTransitionType>
Value type checker.
Source§unsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a
Value. Read moreSource§impl HasParamSpec for VideoStandardTransitionType
impl HasParamSpec for VideoStandardTransitionType
type ParamSpec = ParamSpecEnum
Source§type SetValue = VideoStandardTransitionType
type SetValue = VideoStandardTransitionType
Preferred value to be used as setter for the associated ParamSpec.
type BuilderFn = fn(&str, VideoStandardTransitionType) -> ParamSpecEnumBuilder<'_, VideoStandardTransitionType>
fn param_spec_builder() -> Self::BuilderFn
Source§impl Hash for VideoStandardTransitionType
impl Hash for VideoStandardTransitionType
Source§impl Ord for VideoStandardTransitionType
impl Ord for VideoStandardTransitionType
Source§fn cmp(&self, other: &VideoStandardTransitionType) -> Ordering
fn cmp(&self, other: &VideoStandardTransitionType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VideoStandardTransitionType
impl PartialEq for VideoStandardTransitionType
Source§fn eq(&self, other: &VideoStandardTransitionType) -> bool
fn eq(&self, other: &VideoStandardTransitionType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoStandardTransitionType
impl PartialOrd for VideoStandardTransitionType
Source§impl StaticType for VideoStandardTransitionType
impl StaticType for VideoStandardTransitionType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.Source§impl ValueType for VideoStandardTransitionType
impl ValueType for VideoStandardTransitionType
Source§type Type = VideoStandardTransitionType
type Type = VideoStandardTransitionType
Type to get the
Type from. Read moreimpl Copy for VideoStandardTransitionType
impl Eq for VideoStandardTransitionType
impl StructuralPartialEq for VideoStandardTransitionType
Auto Trait Implementations§
impl Freeze for VideoStandardTransitionType
impl RefUnwindSafe for VideoStandardTransitionType
impl Send for VideoStandardTransitionType
impl Sync for VideoStandardTransitionType
impl Unpin for VideoStandardTransitionType
impl UnsafeUnpin for VideoStandardTransitionType
impl UnwindSafe for VideoStandardTransitionType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoClosureReturnValue for T
impl<T> IntoClosureReturnValue for T
fn into_closure_return_value(self) -> Option<Value>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> PropertyGet for Twhere
T: HasParamSpec,
impl<T> PropertyGet for Twhere
T: HasParamSpec,
Source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
Source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.