Enum ffmpeg::util::mathematics::rounding::Rounding [] [src]

pub enum Rounding {
    Zero,
    Infinity,
    Down,
    Up,
    NearInfinity,
    PassMinMax,
}

Variants

Trait Implementations

impl Eq for Rounding
[src]

impl PartialEq for Rounding
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for Rounding
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Rounding
[src]

impl Debug for Rounding
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AVRounding> for Rounding
[src]

[src]

Performs the conversion.

impl Into<AVRounding> for Rounding
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Rounding

impl Sync for Rounding