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