Enum vpx_sys::vpx_codec_err_t
source · #[repr(u32)]
pub enum vpx_codec_err_t {
VPX_CODEC_OK,
VPX_CODEC_ERROR,
VPX_CODEC_MEM_ERROR,
VPX_CODEC_ABI_MISMATCH,
VPX_CODEC_INCAPABLE,
VPX_CODEC_UNSUP_BITSTREAM,
VPX_CODEC_UNSUP_FEATURE,
VPX_CODEC_CORRUPT_FRAME,
VPX_CODEC_INVALID_PARAM,
VPX_CODEC_LIST_END,
}Variants§
VPX_CODEC_OK
VPX_CODEC_ERROR
VPX_CODEC_MEM_ERROR
VPX_CODEC_ABI_MISMATCH
VPX_CODEC_INCAPABLE
VPX_CODEC_UNSUP_BITSTREAM
VPX_CODEC_UNSUP_FEATURE
VPX_CODEC_CORRUPT_FRAME
VPX_CODEC_INVALID_PARAM
VPX_CODEC_LIST_END
Trait Implementations§
source§impl Clone for vpx_codec_err_t
impl Clone for vpx_codec_err_t
source§fn clone(&self) -> vpx_codec_err_t
fn clone(&self) -> vpx_codec_err_t
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_codec_err_t
impl Debug for vpx_codec_err_t
source§impl Hash for vpx_codec_err_t
impl Hash for vpx_codec_err_t
source§impl PartialEq<vpx_codec_err_t> for vpx_codec_err_t
impl PartialEq<vpx_codec_err_t> for vpx_codec_err_t
source§fn eq(&self, other: &vpx_codec_err_t) -> bool
fn eq(&self, other: &vpx_codec_err_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.