#[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 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 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
impl Copy for vpx_bit_depth
impl Eq for vpx_bit_depth
impl StructuralPartialEq for vpx_bit_depth
Auto Trait Implementations§
impl Freeze for vpx_bit_depth
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