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 more