[][src]Enum gstreamer::PadDirection

pub enum PadDirection {
    Unknown,
    Src,
    Sink,
    // some variants omitted
}

The direction of a pad.

Variants

Unknown
Src
Sink

Trait Implementations

impl Clone for PadDirection[src]

impl Copy for PadDirection[src]

impl Debug for PadDirection[src]

impl Eq for PadDirection[src]

impl<'a> FromValue<'a> for PadDirection[src]

impl<'a> FromValueOptional<'a> for PadDirection[src]

impl Hash for PadDirection[src]

impl Ord for PadDirection[src]

impl PartialEq<PadDirection> for PadDirection[src]

impl PartialOrd<PadDirection> for PadDirection[src]

impl SetValue for PadDirection[src]

impl StaticType for PadDirection[src]

impl StructuralEq for PadDirection[src]

impl StructuralPartialEq for PadDirection[src]

Auto Trait Implementations

impl RefUnwindSafe for PadDirection

impl Send for PadDirection

impl Sync for PadDirection

impl Unpin for PadDirection

impl UnwindSafe for PadDirection

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> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

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.