[][src]Enum gstreamer::BufferingMode

pub enum BufferingMode {
    Stream,
    Download,
    Timeshift,
    Live,
    // some variants omitted
}

The different types of buffering methods.

Variants

Stream
Download
Timeshift
Live

Trait Implementations

impl Clone for BufferingMode[src]

impl Copy for BufferingMode[src]

impl Debug for BufferingMode[src]

impl Eq for BufferingMode[src]

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

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

impl Hash for BufferingMode[src]

impl Ord for BufferingMode[src]

impl PartialEq<BufferingMode> for BufferingMode[src]

impl PartialOrd<BufferingMode> for BufferingMode[src]

impl SetValue for BufferingMode[src]

impl StaticType for BufferingMode[src]

impl StructuralEq for BufferingMode[src]

impl StructuralPartialEq for BufferingMode[src]

Auto Trait Implementations

impl RefUnwindSafe for BufferingMode

impl Send for BufferingMode

impl Sync for BufferingMode

impl Unpin for BufferingMode

impl UnwindSafe for BufferingMode

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.