Enum vpx_sys::vp9e_tune_content [] [src]

#[repr(u32)]
pub enum vp9e_tune_content { VP9E_CONTENT_DEFAULT, VP9E_CONTENT_SCREEN, VP9E_CONTENT_INVALID, }

Variants

Trait Implementations

impl Debug for vp9e_tune_content
[src]

Formats the value using the given formatter.

impl Copy for vp9e_tune_content
[src]

impl Clone for vp9e_tune_content
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for vp9e_tune_content
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for vp9e_tune_content
[src]

impl Hash for vp9e_tune_content
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more