Enum ffmpeg_sys_next::AVRounding
source · #[repr(u32)]
pub enum AVRounding {
AV_ROUND_ZERO,
AV_ROUND_INF,
AV_ROUND_DOWN,
AV_ROUND_UP,
AV_ROUND_NEAR_INF,
AV_ROUND_PASS_MINMAX,
}Variants§
Trait Implementations§
source§impl Clone for AVRounding
impl Clone for AVRounding
source§fn clone(&self) -> AVRounding
fn clone(&self) -> AVRounding
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVRounding
impl Debug for AVRounding
source§impl Hash for AVRounding
impl Hash for AVRounding
source§impl PartialEq<AVRounding> for AVRounding
impl PartialEq<AVRounding> for AVRounding
source§fn eq(&self, other: &AVRounding) -> bool
fn eq(&self, other: &AVRounding) -> bool
This method tests for
self and other values to be equal, and is used
by ==.