Enum ffmpeg_sys::AVRounding [] [src]

pub enum AVRounding {
    AV_ROUND_ZERO,
    AV_ROUND_INF,
    AV_ROUND_DOWN,
    AV_ROUND_UP,
    AV_ROUND_NEAR_INF,
    AV_ROUND_PASS_MINMAX,
}

Variants

AV_ROUND_ZEROAV_ROUND_INFAV_ROUND_DOWNAV_ROUND_UPAV_ROUND_NEAR_INFAV_ROUND_PASS_MINMAX

Trait Implementations

impl Debug for AVRounding
[src]

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

Formats the value using the given formatter.

impl Clone for AVRounding
[src]

fn clone(&self) -> AVRounding

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

impl PartialEq for AVRounding
[src]

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