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
VP9E_TEMPORAL_LAYERING_MODE_NOLAYERINGVP9E_TEMPORAL_LAYERING_MODE_BYPASSVP9E_TEMPORAL_LAYERING_MODE_0101VP9E_TEMPORAL_LAYERING_MODE_0212Trait Implementations
impl Debug for vp9e_temporal_layering_mode[src]
impl Copy for vp9e_temporal_layering_mode[src]
impl Clone for vp9e_temporal_layering_mode[src]
fn clone(&self) -> vp9e_temporal_layering_mode
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_temporal_layering_mode[src]
fn eq(&self, __arg_0: &vp9e_temporal_layering_mode) -> 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 !=.