#[repr(u32)]pub enum vpx_rc_type {
VPX_RC_QP = 1,
VPX_RC_GOP = 2,
VPX_RC_RDMULT = 4,
VPX_RC_GOP_QP = 3,
VPX_RC_GOP_QP_RDMULT = 7,
}Variants§
Trait Implementations§
Source§impl Clone for vpx_rc_type
impl Clone for vpx_rc_type
Source§fn clone(&self) -> vpx_rc_type
fn clone(&self) -> vpx_rc_type
Returns a duplicate 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_rc_type
impl Debug for vpx_rc_type
Source§impl Hash for vpx_rc_type
impl Hash for vpx_rc_type
Source§impl PartialEq for vpx_rc_type
impl PartialEq for vpx_rc_type
impl Copy for vpx_rc_type
impl Eq for vpx_rc_type
impl StructuralPartialEq for vpx_rc_type
Auto Trait Implementations§
impl Freeze for vpx_rc_type
impl RefUnwindSafe for vpx_rc_type
impl Send for vpx_rc_type
impl Sync for vpx_rc_type
impl Unpin for vpx_rc_type
impl UnwindSafe for vpx_rc_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