Enum vpx_sys::vpx_ref_frame_type
source · #[repr(u32)]pub enum vpx_ref_frame_type {
VP8_LAST_FRAME = 1,
VP8_GOLD_FRAME = 2,
VP8_ALTR_FRAME = 4,
}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 for vpx_ref_frame_type
impl PartialEq 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 ==.impl Copy for vpx_ref_frame_type
impl Eq for vpx_ref_frame_type
impl StructuralEq for vpx_ref_frame_type
impl StructuralPartialEq for vpx_ref_frame_type
Auto Trait Implementations§
impl RefUnwindSafe for vpx_ref_frame_type
impl Send for vpx_ref_frame_type
impl Sync for vpx_ref_frame_type
impl Unpin for vpx_ref_frame_type
impl UnwindSafe for vpx_ref_frame_type
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more