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 more