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

impl Debug for vpx_codec_err_t
[src]

Formats the value using the given formatter.

impl Copy for vpx_codec_err_t
[src]

impl Clone for vpx_codec_err_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for vpx_codec_err_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for vpx_codec_err_t
[src]

impl Hash for vpx_codec_err_t
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more