Enum vpx_sys::vpx_kf_mode
[−]
[src]
#[repr(u32)]pub enum vpx_kf_mode { VPX_KF_FIXED, VPX_KF_AUTO, }
Variants
VPX_KF_FIXEDVPX_KF_AUTOTrait Implementations
impl Debug for vpx_kf_mode[src]
impl Copy for vpx_kf_mode[src]
impl Clone for vpx_kf_mode[src]
fn clone(&self) -> vpx_kf_mode
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_kf_mode[src]
fn eq(&self, __arg_0: &vpx_kf_mode) -> 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 !=.