Enum vpx_sys::vpx_enc_pass
source · #[repr(u32)]
pub enum vpx_enc_pass {
VPX_RC_ONE_PASS,
VPX_RC_FIRST_PASS,
VPX_RC_LAST_PASS,
}Variants§
Trait Implementations§
source§impl Clone for vpx_enc_pass
impl Clone for vpx_enc_pass
source§fn clone(&self) -> vpx_enc_pass
fn clone(&self) -> vpx_enc_pass
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 more