Enum vpx_sys::vp9e_tune_content
[−]
[src]
#[repr(u32)]pub enum vp9e_tune_content { VP9E_CONTENT_DEFAULT, VP9E_CONTENT_SCREEN, VP9E_CONTENT_INVALID, }
Variants
VP9E_CONTENT_DEFAULTVP9E_CONTENT_SCREENVP9E_CONTENT_INVALIDTrait Implementations
impl Debug for vp9e_tune_content[src]
impl Copy for vp9e_tune_content[src]
impl Clone for vp9e_tune_content[src]
fn clone(&self) -> vp9e_tune_content
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for vp9e_tune_content[src]
fn eq(&self, __arg_0: &vp9e_tune_content) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.