#[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 duplicate 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
impl Copy for vp8e_tuning
impl Eq for vp8e_tuning
impl StructuralPartialEq for vp8e_tuning
Auto Trait Implementations§
impl Freeze for vp8e_tuning
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