Enum vpx_sys::vp9e_temporal_layering_mode [] [src]

#[repr(u32)]
pub enum vp9e_temporal_layering_mode { VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING, VP9E_TEMPORAL_LAYERING_MODE_BYPASS, VP9E_TEMPORAL_LAYERING_MODE_0101, VP9E_TEMPORAL_LAYERING_MODE_0212, }

Variants

Trait Implementations

impl Debug for vp9e_temporal_layering_mode
[src]

Formats the value using the given formatter.

impl Copy for vp9e_temporal_layering_mode
[src]

impl Clone for vp9e_temporal_layering_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for vp9e_temporal_layering_mode
[src]

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

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