Enum vpx_sys::vp8_postproc_level
source · #[repr(u32)]
pub enum vp8_postproc_level {
VP8_NOFILTERING,
VP8_DEBLOCK,
VP8_DEMACROBLOCK,
VP8_ADDNOISE,
VP8_MFQE,
}Variants§
Trait Implementations§
source§impl Clone for vp8_postproc_level
impl Clone for vp8_postproc_level
source§fn clone(&self) -> vp8_postproc_level
fn clone(&self) -> vp8_postproc_level
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 vp8_postproc_level
impl Debug for vp8_postproc_level
source§impl Hash for vp8_postproc_level
impl Hash for vp8_postproc_level
source§impl PartialEq<vp8_postproc_level> for vp8_postproc_level
impl PartialEq<vp8_postproc_level> for vp8_postproc_level
source§fn eq(&self, other: &vp8_postproc_level) -> bool
fn eq(&self, other: &vp8_postproc_level) -> bool
This method tests for
self and other values to be equal, and is used
by ==.