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
AV_ROUND_ZERO
AV_ROUND_INF
AV_ROUND_DOWN
AV_ROUND_UP
AV_ROUND_NEAR_INF
AV_ROUND_PASS_MINMAX
Trait Implementations
sourceimpl Clone for AVRounding
impl Clone for AVRounding
sourcefn clone(&self) -> AVRounding
fn clone(&self) -> AVRounding
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVRounding
impl Debug for AVRounding
sourceimpl Hash for AVRounding
impl Hash for AVRounding
sourceimpl PartialEq<AVRounding> for AVRounding
impl PartialEq<AVRounding> for AVRounding
impl Copy for AVRounding
impl Eq for AVRounding
impl StructuralEq for AVRounding
impl StructuralPartialEq for AVRounding
Auto Trait Implementations
impl RefUnwindSafe for AVRounding
impl Send for AVRounding
impl Sync for AVRounding
impl Unpin for AVRounding
impl UnwindSafe for AVRounding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more