Enum vpx_sys::vpx_ref_frame_type
[−]
[src]
#[repr(u32)]pub enum vpx_ref_frame_type { VP8_LAST_FRAME, VP8_GOLD_FRAME, VP8_ALTR_FRAME, }
Variants
VP8_LAST_FRAMEVP8_GOLD_FRAMEVP8_ALTR_FRAMETrait Implementations
impl Debug for vpx_ref_frame_type[src]
impl Copy for vpx_ref_frame_type[src]
impl Clone for vpx_ref_frame_type[src]
fn clone(&self) -> vpx_ref_frame_type
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_ref_frame_type[src]
fn eq(&self, __arg_0: &vpx_ref_frame_type) -> 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 !=.