Enum vpx_sys::vpx_codec_cx_pkt_kind [] [src]

#[repr(u32)]
pub enum vpx_codec_cx_pkt_kind { VPX_CODEC_CX_FRAME_PKT, VPX_CODEC_STATS_PKT, VPX_CODEC_FPMB_STATS_PKT, VPX_CODEC_PSNR_PKT, VPX_CODEC_CUSTOM_PKT, }

Variants

Trait Implementations

impl Debug for vpx_codec_cx_pkt_kind
[src]

Formats the value using the given formatter.

impl Copy for vpx_codec_cx_pkt_kind
[src]

impl Clone for vpx_codec_cx_pkt_kind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for vpx_codec_cx_pkt_kind
[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_cx_pkt_kind
[src]

impl Hash for vpx_codec_cx_pkt_kind
[src]

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

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