Enum vpx_sys::vpx_rc_mode
source · #[repr(u32)]
pub enum vpx_rc_mode {
VPX_VBR,
VPX_CBR,
VPX_CQ,
VPX_Q,
}Variants§
Trait Implementations§
source§impl Clone for vpx_rc_mode
impl Clone for vpx_rc_mode
source§fn clone(&self) -> vpx_rc_mode
fn clone(&self) -> vpx_rc_mode
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_rc_mode
impl Debug for vpx_rc_mode
source§impl Hash for vpx_rc_mode
impl Hash for vpx_rc_mode
source§impl PartialEq<vpx_rc_mode> for vpx_rc_mode
impl PartialEq<vpx_rc_mode> for vpx_rc_mode
source§fn eq(&self, other: &vpx_rc_mode) -> bool
fn eq(&self, other: &vpx_rc_mode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.