Enum vpx_sys::vpx_scaling_mode_1d
[−]
[src]
#[repr(u32)]pub enum vpx_scaling_mode_1d { VP8E_NORMAL, VP8E_FOURFIVE, VP8E_THREEFIVE, VP8E_ONETWO, }
Variants
VP8E_NORMAL
VP8E_FOURFIVE
VP8E_THREEFIVE
VP8E_ONETWO
Trait Implementations
impl Debug for vpx_scaling_mode_1d
[src]
impl Copy for vpx_scaling_mode_1d
[src]
impl Clone for vpx_scaling_mode_1d
[src]
fn clone(&self) -> vpx_scaling_mode_1d
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_scaling_mode_1d
[src]
fn eq(&self, __arg_0: &vpx_scaling_mode_1d) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.