Enum vpx_sys::vp8e_token_partitions
source · [−]#[repr(i32)]
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
sourceimpl Clone for vp8e_token_partitions
impl Clone for vp8e_token_partitions
sourcefn clone(&self) -> vp8e_token_partitions
fn clone(&self) -> vp8e_token_partitions
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 vp8e_token_partitions
impl Debug for vp8e_token_partitions
sourceimpl Hash for vp8e_token_partitions
impl Hash for vp8e_token_partitions
impl Copy for vp8e_token_partitions
impl Eq for vp8e_token_partitions
impl StructuralEq for vp8e_token_partitions
impl StructuralPartialEq for vp8e_token_partitions
Auto Trait Implementations
impl RefUnwindSafe for vp8e_token_partitions
impl Send for vp8e_token_partitions
impl Sync for vp8e_token_partitions
impl Unpin for vp8e_token_partitions
impl UnwindSafe for vp8e_token_partitions
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