Enum ffmpeg_sys::AVStereo3DType [] [src]

pub enum AVStereo3DType {
    AV_STEREO3D_2D,
    AV_STEREO3D_SIDEBYSIDE,
    AV_STEREO3D_TOPBOTTOM,
    AV_STEREO3D_FRAMESEQUENCE,
    AV_STEREO3D_CHECKERBOARD,
    AV_STEREO3D_SIDEBYSIDE_QUINCUNX,
    AV_STEREO3D_LINES,
    AV_STEREO3D_COLUMNS,
}

Variants

AV_STEREO3D_2DAV_STEREO3D_SIDEBYSIDEAV_STEREO3D_TOPBOTTOMAV_STEREO3D_FRAMESEQUENCEAV_STEREO3D_CHECKERBOARDAV_STEREO3D_SIDEBYSIDE_QUINCUNXAV_STEREO3D_LINESAV_STEREO3D_COLUMNS

Trait Implementations

impl Debug for AVStereo3DType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for AVStereo3DType
[src]

fn clone(&self) -> AVStereo3DType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for AVStereo3DType
[src]

impl PartialEq for AVStereo3DType
[src]

fn eq(&self, __arg_0: &AVStereo3DType) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for AVStereo3DType
[src]