Enum ffmpeg_sys::Motion_Est_ID [] [src]

pub enum Motion_Est_ID {
    ME_ZERO,
    ME_FULL,
    ME_LOG,
    ME_PHODS,
    ME_EPZS,
    ME_X1,
    ME_HEX,
    ME_UMH,
    ME_TESA,
    ME_ITER,
}

Variants

ME_ZEROME_FULLME_LOGME_PHODSME_EPZSME_X1ME_HEXME_UMHME_TESAME_ITER

Trait Implementations

impl Debug for Motion_Est_ID
[src]

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

Formats the value using the given formatter.

impl Clone for Motion_Est_ID
[src]

fn clone(&self) -> Motion_Est_ID

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

impl PartialEq for Motion_Est_ID
[src]

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