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
VPX_RC_ONE_PASS
VPX_RC_FIRST_PASS
VPX_RC_LAST_PASS
Trait Implementations
sourceimpl Clone for vpx_enc_pass
impl Clone for vpx_enc_pass
sourcefn clone(&self) -> vpx_enc_pass
fn clone(&self) -> vpx_enc_pass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for vpx_enc_pass
impl Debug for vpx_enc_pass
sourceimpl Hash for vpx_enc_pass
impl Hash for vpx_enc_pass
sourceimpl PartialEq<vpx_enc_pass> for vpx_enc_pass
impl PartialEq<vpx_enc_pass> for vpx_enc_pass
sourcefn 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 ==. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more