Enum vpx_sys::vpx_bit_depth
source · #[repr(u32)]
pub enum vpx_bit_depth {
VPX_BITS_8,
VPX_BITS_10,
VPX_BITS_12,
}Variants§
Trait Implementations§
source§impl Clone for vpx_bit_depth
impl Clone for vpx_bit_depth
source§fn clone(&self) -> vpx_bit_depth
fn clone(&self) -> vpx_bit_depth
Returns a copy 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 vpx_bit_depth
impl Debug for vpx_bit_depth
source§impl Hash for vpx_bit_depth
impl Hash for vpx_bit_depth
source§impl PartialEq<vpx_bit_depth> for vpx_bit_depth
impl PartialEq<vpx_bit_depth> for vpx_bit_depth
source§fn eq(&self, other: &vpx_bit_depth) -> bool
fn eq(&self, other: &vpx_bit_depth) -> bool
This method tests for
self and other values to be equal, and is used
by ==.