Enum vpx_sys::vpx_bit_depth
source · #[repr(u32)]pub enum vpx_bit_depth {
VPX_BITS_8 = 8,
VPX_BITS_10 = 10,
VPX_BITS_12 = 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 for vpx_bit_depth
impl PartialEq 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 ==.impl Copy for vpx_bit_depth
impl Eq for vpx_bit_depth
impl StructuralEq for vpx_bit_depth
impl StructuralPartialEq for vpx_bit_depth
Auto Trait Implementations§
impl RefUnwindSafe for vpx_bit_depth
impl Send for vpx_bit_depth
impl Sync for vpx_bit_depth
impl Unpin for vpx_bit_depth
impl UnwindSafe for vpx_bit_depth
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