Enum ffmpeg_sys::AVPictureType [] [src]

pub enum AVPictureType {
    AV_PICTURE_TYPE_NONE,
    AV_PICTURE_TYPE_I,
    AV_PICTURE_TYPE_P,
    AV_PICTURE_TYPE_B,
    AV_PICTURE_TYPE_S,
    AV_PICTURE_TYPE_SI,
    AV_PICTURE_TYPE_SP,
    AV_PICTURE_TYPE_BI,
}

Variants

AV_PICTURE_TYPE_NONEAV_PICTURE_TYPE_IAV_PICTURE_TYPE_PAV_PICTURE_TYPE_BAV_PICTURE_TYPE_SAV_PICTURE_TYPE_SIAV_PICTURE_TYPE_SPAV_PICTURE_TYPE_BI

Trait Implementations

impl Debug for AVPictureType
[src]

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

Formats the value using the given formatter.

impl Clone for AVPictureType
[src]

fn clone(&self) -> AVPictureType

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 AVPictureType
[src]

impl PartialEq for AVPictureType
[src]

fn eq(&self, __arg_0: &AVPictureType) -> 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 AVPictureType
[src]