[][src]Enum gstreamer::FlowSuccess

pub enum FlowSuccess {
    CustomSuccess2,
    CustomSuccess1,
    CustomSuccess,
    Ok,
}

Variants

CustomSuccess2
CustomSuccess1
CustomSuccess
Ok

Trait Implementations

impl Clone for FlowSuccess[src]

impl Copy for FlowSuccess[src]

impl Debug for FlowSuccess[src]

impl Eq for FlowSuccess[src]

impl From<FlowSuccess> for FlowReturn[src]

impl Hash for FlowSuccess[src]

impl PartialEq<FlowSuccess> for FlowSuccess[src]

impl StructuralEq for FlowSuccess[src]

impl StructuralPartialEq for FlowSuccess[src]

Auto Trait Implementations

impl RefUnwindSafe for FlowSuccess

impl Send for FlowSuccess

impl Sync for FlowSuccess

impl Unpin for FlowSuccess

impl UnwindSafe for FlowSuccess

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<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.