#[repr(u32)]pub enum vp8e_token_partitions {
VP8_ONE_TOKENPARTITION = 0,
VP8_TWO_TOKENPARTITION = 1,
VP8_FOUR_TOKENPARTITION = 2,
VP8_EIGHT_TOKENPARTITION = 3,
}Variants§
VP8_ONE_TOKENPARTITION = 0
VP8_TWO_TOKENPARTITION = 1
VP8_FOUR_TOKENPARTITION = 2
VP8_EIGHT_TOKENPARTITION = 3
Trait Implementations§
Source§impl Clone for vp8e_token_partitions
impl Clone for vp8e_token_partitions
Source§fn clone(&self) -> vp8e_token_partitions
fn clone(&self) -> vp8e_token_partitions
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 vp8e_token_partitions
impl Debug for vp8e_token_partitions
Source§impl Hash for vp8e_token_partitions
impl Hash for vp8e_token_partitions
Source§impl PartialEq for vp8e_token_partitions
impl PartialEq for vp8e_token_partitions
impl Copy for vp8e_token_partitions
impl Eq for vp8e_token_partitions
impl StructuralPartialEq for vp8e_token_partitions
Auto Trait Implementations§
impl Freeze for vp8e_token_partitions
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§
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