#[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
impl Copy for vpx_ref_frame_type
impl Eq for vpx_ref_frame_type
impl StructuralPartialEq for vpx_ref_frame_type
Auto Trait Implementations§
impl Freeze for vpx_ref_frame_type
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