Enum vpx_sys::vpx_enc_pass
source · #[repr(u32)]pub enum vpx_enc_pass {
VPX_RC_ONE_PASS = 0,
VPX_RC_FIRST_PASS = 1,
VPX_RC_LAST_PASS = 2,
}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 moresource§impl Debug for vpx_enc_pass
impl Debug for vpx_enc_pass
source§impl Hash for vpx_enc_pass
impl Hash for vpx_enc_pass
source§impl PartialEq for vpx_enc_pass
impl PartialEq for vpx_enc_pass
source§fn eq(&self, other: &vpx_enc_pass) -> bool
fn eq(&self, other: &vpx_enc_pass) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for vpx_enc_pass
impl Eq for vpx_enc_pass
impl StructuralEq for vpx_enc_pass
impl StructuralPartialEq for vpx_enc_pass
Auto Trait Implementations§
impl RefUnwindSafe for vpx_enc_pass
impl Send for vpx_enc_pass
impl Sync for vpx_enc_pass
impl Unpin for vpx_enc_pass
impl UnwindSafe for vpx_enc_pass
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