Enum vpx_sys::vp8_postproc_level
source · [−]#[repr(i32)]
pub enum vp8_postproc_level {
VP8_NOFILTERING,
VP8_DEBLOCK,
VP8_DEMACROBLOCK,
VP8_ADDNOISE,
VP8_MFQE,
}Variants
VP8_NOFILTERING
VP8_DEBLOCK
VP8_DEMACROBLOCK
VP8_ADDNOISE
VP8_MFQE
Trait Implementations
sourceimpl Clone for vp8_postproc_level
impl Clone for vp8_postproc_level
sourcefn clone(&self) -> vp8_postproc_level
fn clone(&self) -> vp8_postproc_level
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 vp8_postproc_level
impl Debug for vp8_postproc_level
sourceimpl Hash for vp8_postproc_level
impl Hash for vp8_postproc_level
impl Copy for vp8_postproc_level
impl Eq for vp8_postproc_level
impl StructuralEq for vp8_postproc_level
impl StructuralPartialEq for vp8_postproc_level
Auto Trait Implementations
impl RefUnwindSafe for vp8_postproc_level
impl Send for vp8_postproc_level
impl Sync for vp8_postproc_level
impl Unpin for vp8_postproc_level
impl UnwindSafe for vp8_postproc_level
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
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.
sourcefn clone_into(&self, target: &mut T)
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