#[repr(u32)]pub enum vp9e_tune_content {
VP9E_CONTENT_DEFAULT = 0,
VP9E_CONTENT_SCREEN = 1,
VP9E_CONTENT_FILM = 2,
VP9E_CONTENT_INVALID = 3,
}Variants§
Trait Implementations§
Source§impl Clone for vp9e_tune_content
impl Clone for vp9e_tune_content
Source§fn clone(&self) -> vp9e_tune_content
fn clone(&self) -> vp9e_tune_content
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 vp9e_tune_content
impl Debug for vp9e_tune_content
Source§impl Hash for vp9e_tune_content
impl Hash for vp9e_tune_content
Source§impl PartialEq for vp9e_tune_content
impl PartialEq for vp9e_tune_content
impl Copy for vp9e_tune_content
impl Eq for vp9e_tune_content
impl StructuralPartialEq for vp9e_tune_content
Auto Trait Implementations§
impl Freeze for vp9e_tune_content
impl RefUnwindSafe for vp9e_tune_content
impl Send for vp9e_tune_content
impl Sync for vp9e_tune_content
impl Unpin for vp9e_tune_content
impl UnwindSafe for vp9e_tune_content
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