Enum vpx_sys::vpx_ref_frame_type
source · #[repr(u32)]
pub enum vpx_ref_frame_type {
VP8_LAST_FRAME,
VP8_GOLD_FRAME,
VP8_ALTR_FRAME,
}Variants§
Trait Implementations§
source§impl Clone for vpx_ref_frame_type
impl Clone for vpx_ref_frame_type
source§fn clone(&self) -> vpx_ref_frame_type
fn clone(&self) -> vpx_ref_frame_type
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for vpx_ref_frame_type
impl Debug for vpx_ref_frame_type
source§impl Hash for vpx_ref_frame_type
impl Hash for vpx_ref_frame_type
source§impl PartialEq<vpx_ref_frame_type> for vpx_ref_frame_type
impl PartialEq<vpx_ref_frame_type> for vpx_ref_frame_type
source§fn eq(&self, other: &vpx_ref_frame_type) -> bool
fn eq(&self, other: &vpx_ref_frame_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.