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
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
impl Debug for vpx_codec_err_t
[src]
impl Copy for vpx_codec_err_t
[src]
impl Clone for vpx_codec_err_t
[src]
fn clone(&self) -> vpx_codec_err_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for vpx_codec_err_t
[src]
fn eq(&self, __arg_0: &vpx_codec_err_t) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.