#[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 duplicate 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
impl Copy for vpx_enc_pass
impl Eq for vpx_enc_pass
impl StructuralPartialEq for vpx_enc_pass
Auto Trait Implementations§
impl Freeze for vpx_enc_pass
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