Enum vpx_sys::vpx_codec_err_t [−][src]
#[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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vpx_codec_err_t
impl Send for vpx_codec_err_t
impl Sync for vpx_codec_err_t
impl Unpin for vpx_codec_err_t
impl UnwindSafe for vpx_codec_err_t
Blanket Implementations
Mutably borrows from an owned value. Read more