#[repr(u32)]pub enum vp9e_temporal_layering_mode {
VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING = 0,
VP9E_TEMPORAL_LAYERING_MODE_BYPASS = 1,
VP9E_TEMPORAL_LAYERING_MODE_0101 = 2,
VP9E_TEMPORAL_LAYERING_MODE_0212 = 3,
}Variants§
VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING = 0
VP9E_TEMPORAL_LAYERING_MODE_BYPASS = 1
VP9E_TEMPORAL_LAYERING_MODE_0101 = 2
VP9E_TEMPORAL_LAYERING_MODE_0212 = 3
Trait Implementations§
Source§impl Clone for vp9e_temporal_layering_mode
impl Clone for vp9e_temporal_layering_mode
Source§fn clone(&self) -> vp9e_temporal_layering_mode
fn clone(&self) -> vp9e_temporal_layering_mode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for vp9e_temporal_layering_mode
impl Debug for vp9e_temporal_layering_mode
Source§impl Hash for vp9e_temporal_layering_mode
impl Hash for vp9e_temporal_layering_mode
impl Copy for vp9e_temporal_layering_mode
impl Eq for vp9e_temporal_layering_mode
impl StructuralPartialEq for vp9e_temporal_layering_mode
Auto Trait Implementations§
impl Freeze for vp9e_temporal_layering_mode
impl RefUnwindSafe for vp9e_temporal_layering_mode
impl Send for vp9e_temporal_layering_mode
impl Sync for vp9e_temporal_layering_mode
impl Unpin for vp9e_temporal_layering_mode
impl UnwindSafe for vp9e_temporal_layering_mode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more