Enum vpx_sys::vp8_postproc_level [] [src]

#[repr(u32)]
pub enum vp8_postproc_level { VP8_NOFILTERING, VP8_DEBLOCK, VP8_DEMACROBLOCK, VP8_ADDNOISE, VP8_DEBUG_TXT_FRAME_INFO, VP8_DEBUG_TXT_MBLK_MODES, VP8_DEBUG_TXT_DC_DIFF, VP8_DEBUG_TXT_RATE_INFO, VP8_MFQE, }

Variants

Trait Implementations

impl Debug for vp8_postproc_level
[src]

Formats the value using the given formatter.

impl Copy for vp8_postproc_level
[src]

impl Clone for vp8_postproc_level
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for vp8_postproc_level
[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 vp8_postproc_level
[src]

impl Hash for vp8_postproc_level
[src]

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

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