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 more