Enum vpx_sys::vpx_bit_depth
[−]
[src]
#[repr(u32)]pub enum vpx_bit_depth { VPX_BITS_8, VPX_BITS_10, VPX_BITS_12, }
Variants
VPX_BITS_8
VPX_BITS_10
VPX_BITS_12
Trait Implementations
impl Debug for vpx_bit_depth
[src]
impl Copy for vpx_bit_depth
[src]
impl Clone for vpx_bit_depth
[src]
fn clone(&self) -> vpx_bit_depth
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 vpx_bit_depth
[src]
fn eq(&self, __arg_0: &vpx_bit_depth) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.