Enum vpx_sys::vpx_bit_depth [−][src]
#[repr(u32)]
pub enum vpx_bit_depth {
VPX_BITS_8,
VPX_BITS_10,
VPX_BITS_12,
}Variants
Trait Implementations
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
Mutably borrows from an owned value. Read more