Enum vpx_sys::vp8e_tuning
source · #[repr(u32)]pub enum vp8e_tuning {
VP8_TUNE_PSNR = 0,
VP8_TUNE_SSIM = 1,
}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 for vp8e_tuning
impl PartialEq 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 ==.impl Copy for vp8e_tuning
impl Eq for vp8e_tuning
impl StructuralEq for vp8e_tuning
impl StructuralPartialEq for vp8e_tuning
Auto Trait Implementations§
impl RefUnwindSafe for vp8e_tuning
impl Send for vp8e_tuning
impl Sync for vp8e_tuning
impl Unpin for vp8e_tuning
impl UnwindSafe for vp8e_tuning
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more