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
VPX_CODEC_CX_FRAME_PKTVPX_CODEC_STATS_PKTVPX_CODEC_FPMB_STATS_PKTVPX_CODEC_PSNR_PKTVPX_CODEC_CUSTOM_PKTTrait Implementations
impl Debug for vpx_codec_cx_pkt_kind[src]
impl Copy for vpx_codec_cx_pkt_kind[src]
impl Clone for vpx_codec_cx_pkt_kind[src]
fn clone(&self) -> vpx_codec_cx_pkt_kind
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_cx_pkt_kind[src]
fn eq(&self, __arg_0: &vpx_codec_cx_pkt_kind) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.