Enum gstreamer_editing_services::VideoStandardTransitionType [−][src]
#[non_exhaustive] pub enum VideoStandardTransitionType {}Show 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, // some variants omitted
Variants (Non-exhaustive)
Transition type has not been set,
A bar moves from left to right,
A bar moves from top to bottom,
A box expands from the upper-left corner to the lower-right corner,
A box expands from the upper-right corner to the lower-left corner,
A box expands from the lower-right corner to the upper-left corner,
A box expands from the lower-left corner to the upper-right corner,
A box shape expands from each of the four corners toward the center,
A box shape expands from the center of each quadrant toward the corners of each quadrant,
A central, vertical line splits and expands toward the left and right edges,
A central, horizontal line splits and expands toward the top and bottom edges,
A box expands from the top edge’s midpoint to the bottom corners,
A box expands from the right edge’s midpoint to the left corners,
A box expands from the bottom edge’s midpoint to the top corners,
A box expands from the left edge’s midpoint to the right corners,
A diagonal line moves from the upper-left corner to the lower-right corner,
A diagonal line moves from the upper right corner to the lower-left corner,
Two wedge shapes slide in from the top and bottom edges toward the center,
Two wedge shapes slide in from the left and right edges toward the center,
A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners,
A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners,
Four wedge shapes split from the center and retract toward the four edges,
A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges,
A wedge shape moves from top to bottom,
A wedge shape moves from right to left,
A wedge shape moves from bottom to top,
A wedge shape moves from left to right,
A ‘V’ shape extending from the bottom edge’s midpoint to the opposite corners contracts toward the center and expands toward the edges,
A ‘V’ shape extending from the left edge’s midpoint to the opposite corners contracts toward the center and expands toward the edges,
A ‘V’ shape extending from the top edge’s midpoint to the opposite corners contracts toward the center and expands toward the edges,
A ‘V’ shape extending from the right edge’s midpoint to the opposite corners contracts toward the center and expands toward the edges,
A rectangle expands from the center.,
A radial hand sweeps clockwise from the twelve o’clock position,
A radial hand sweeps clockwise from the three o’clock position,
A radial hand sweeps clockwise from the six o’clock position,
A radial hand sweeps clockwise from the nine o’clock position,
Two radial hands sweep clockwise from the twelve and six o’clock positions,
Two radial hands sweep clockwise from the nine and three o’clock positions,
Four radial hands sweep clockwise,
A fan unfolds from the top edge, the fan axis at the center,
A fan unfolds from the right edge, the fan axis at the center,
Two fans, their axes at the center, unfold from the top and bottom,
Two fans, their axes at the center, unfold from the left and right,
A radial hand sweeps clockwise from the top edge’s midpoint,
A radial hand sweeps clockwise from the right edge’s midpoint,
A radial hand sweeps clockwise from the bottom edge’s midpoint,
A radial hand sweeps clockwise from the left edge’s midpoint,
Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges’ midpoints,
Two radial hands sweep clockwise and counter-clockwise from the left and right edges’ midpoints,
Two radial hands attached at the top and bottom edges’ midpoints sweep from right to left,
Two radial hands attached at the left and right edges’ midpoints sweep from top to bottom,
A fan unfolds from the bottom, the fan axis at the top edge’s midpoint,
A fan unfolds from the left, the fan axis at the right edge’s midpoint,
A fan unfolds from the top, the fan axis at the bottom edge’s midpoint,
A fan unfolds from the right, the fan axis at the left edge’s midpoint,
Two fans, their axes at the top and bottom, unfold from the center,
Two fans, their axes at the left and right, unfold from the center,
A radial hand sweeps clockwise from the upper-left corner,
A radial hand sweeps counter-clockwise from the lower-left corner.,
A radial hand sweeps clockwise from the lower-right corner,
A radial hand sweeps counter-clockwise from the upper-right corner,
Two radial hands attached at the upper-left and lower-right corners sweep down and up,
Two radial hands attached at the lower-left and upper-right corners sweep down and up,
Two radial hands attached at the upper-left and upper-right corners sweep down,
Two radial hands attached at the upper-left and lower-left corners sweep to the right,
Two radial hands attached at the lower-left and lower-right corners sweep up,
Two radial hands attached at the upper-right and lower-right corners sweep to the left,
Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left,
Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom,
Two sets of radial hands attached at the midpoints of the top and bottom halves sweep from top to bottom and bottom to top,
Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left,
Crossfade
Trait Implementations
impl Clone for VideoStandardTransitionType
[src]
impl Clone for VideoStandardTransitionType
[src]fn clone(&self) -> VideoStandardTransitionType
[src]
fn clone(&self) -> VideoStandardTransitionType
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for VideoStandardTransitionType
[src]
impl Debug for VideoStandardTransitionType
[src]impl<'a> FromValue<'a> for VideoStandardTransitionType
[src]
impl<'a> FromValue<'a> for VideoStandardTransitionType
[src]type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>
Value type checker.
unsafe fn from_value(value: &'a Value) -> Self
[src]
unsafe fn from_value(value: &'a Value) -> Self
[src]Get the contained value from a Value
. Read more
impl Hash for VideoStandardTransitionType
[src]
impl Hash for VideoStandardTransitionType
[src]impl Ord for VideoStandardTransitionType
[src]
impl Ord for VideoStandardTransitionType
[src]impl PartialEq<VideoStandardTransitionType> for VideoStandardTransitionType
[src]
impl PartialEq<VideoStandardTransitionType> for VideoStandardTransitionType
[src]fn eq(&self, other: &VideoStandardTransitionType) -> bool
[src]
fn eq(&self, other: &VideoStandardTransitionType) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &VideoStandardTransitionType) -> bool
[src]
fn ne(&self, other: &VideoStandardTransitionType) -> bool
[src]This method tests for !=
.
impl PartialOrd<VideoStandardTransitionType> for VideoStandardTransitionType
[src]
impl PartialOrd<VideoStandardTransitionType> for VideoStandardTransitionType
[src]fn partial_cmp(&self, other: &VideoStandardTransitionType) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &VideoStandardTransitionType) -> Option<Ordering>
[src]This method returns an ordering between self
and other
values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl StaticType for VideoStandardTransitionType
[src]
impl StaticType for VideoStandardTransitionType
[src]fn static_type() -> Type
[src]
fn static_type() -> Type
[src]Returns the type identifier of Self
.
impl ToValue for VideoStandardTransitionType
[src]
impl ToValue for VideoStandardTransitionType
[src]impl Copy for VideoStandardTransitionType
[src]
impl Eq for VideoStandardTransitionType
[src]
impl StructuralEq for VideoStandardTransitionType
[src]
impl StructuralPartialEq for VideoStandardTransitionType
[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoStandardTransitionType
impl Send for VideoStandardTransitionType
impl Sync for VideoStandardTransitionType
impl Unpin for VideoStandardTransitionType
impl UnwindSafe for VideoStandardTransitionType
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> ToSendValue for T where
T: Send + ToValue + ?Sized,
[src]
impl<T> ToSendValue for T where
T: Send + ToValue + ?Sized,
[src]pub fn to_send_value(&self) -> SendValue
[src]
pub fn to_send_value(&self) -> SendValue
[src]Returns a SendValue
clone of self
.