[][src]Enum stainless_ffmpeg_sys::AVStereo3DView

#[repr(u32)]pub enum AVStereo3DView {
    AV_STEREO3D_VIEW_PACKED,
    AV_STEREO3D_VIEW_LEFT,
    AV_STEREO3D_VIEW_RIGHT,
}

List of possible view types.

Variants

AV_STEREO3D_VIEW_PACKED

Frame contains two packed views.

AV_STEREO3D_VIEW_LEFT

Frame contains only the left view.

AV_STEREO3D_VIEW_RIGHT

Frame contains only the right view.

Trait Implementations

impl Clone for AVStereo3DView[src]

impl Copy for AVStereo3DView[src]

impl Debug for AVStereo3DView[src]

impl Eq for AVStereo3DView[src]

impl Hash for AVStereo3DView[src]

impl PartialEq<AVStereo3DView> for AVStereo3DView[src]

impl StructuralEq for AVStereo3DView[src]

impl StructuralPartialEq for AVStereo3DView[src]

Auto Trait Implementations

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.