Enum vpx_sys::vpx_rc_mode
[−]
[src]
#[repr(u32)]pub enum vpx_rc_mode { VPX_VBR, VPX_CBR, VPX_CQ, VPX_Q, }
Variants
VPX_VBRVPX_CBRVPX_CQVPX_QTrait Implementations
impl Debug for vpx_rc_mode[src]
impl Copy for vpx_rc_mode[src]
impl Clone for vpx_rc_mode[src]
fn clone(&self) -> vpx_rc_mode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for vpx_rc_mode[src]
fn eq(&self, __arg_0: &vpx_rc_mode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.