[][src]Enum gstreamer_player::PlayerSnapshotFormat

pub enum PlayerSnapshotFormat {
    RawNative,
    RawXrgb,
    RawBgrx,
    Jpg,
    Png,
    // some variants omitted
}

Variants

RawNative
RawXrgb
RawBgrx
Jpg
Png

Trait Implementations

impl Clone for PlayerSnapshotFormat[src]

impl Copy for PlayerSnapshotFormat[src]

impl Debug for PlayerSnapshotFormat[src]

impl Eq for PlayerSnapshotFormat[src]

impl Hash for PlayerSnapshotFormat[src]

impl Ord for PlayerSnapshotFormat[src]

impl PartialEq<PlayerSnapshotFormat> for PlayerSnapshotFormat[src]

impl PartialOrd<PlayerSnapshotFormat> for PlayerSnapshotFormat[src]

impl StructuralEq for PlayerSnapshotFormat[src]

impl StructuralPartialEq for PlayerSnapshotFormat[src]

Auto Trait Implementations

impl RefUnwindSafe for PlayerSnapshotFormat

impl Send for PlayerSnapshotFormat

impl Sync for PlayerSnapshotFormat

impl Unpin for PlayerSnapshotFormat

impl UnwindSafe for PlayerSnapshotFormat

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.