Enum vpx_sys::vp8e_token_partitions
[−]
[src]
#[repr(u32)]pub enum vp8e_token_partitions { VP8_ONE_TOKENPARTITION, VP8_TWO_TOKENPARTITION, VP8_FOUR_TOKENPARTITION, VP8_EIGHT_TOKENPARTITION, }
Variants
VP8_ONE_TOKENPARTITION
VP8_TWO_TOKENPARTITION
VP8_FOUR_TOKENPARTITION
VP8_EIGHT_TOKENPARTITION
Trait Implementations
impl Debug for vp8e_token_partitions
[src]
impl Copy for vp8e_token_partitions
[src]
impl Clone for vp8e_token_partitions
[src]
fn clone(&self) -> vp8e_token_partitions
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 vp8e_token_partitions
[src]
fn eq(&self, __arg_0: &vp8e_token_partitions) -> 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 !=
.