Enum vpx_sys::vpx_enc_pass
[−]
[src]
#[repr(u32)]pub enum vpx_enc_pass { VPX_RC_ONE_PASS, VPX_RC_FIRST_PASS, VPX_RC_LAST_PASS, }
Variants
VPX_RC_ONE_PASSVPX_RC_FIRST_PASSVPX_RC_LAST_PASSTrait Implementations
impl Debug for vpx_enc_pass[src]
impl Copy for vpx_enc_pass[src]
impl Clone for vpx_enc_pass[src]
fn clone(&self) -> vpx_enc_pass
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_enc_pass[src]
fn eq(&self, __arg_0: &vpx_enc_pass) -> 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 !=.