pub enum VP9 {
_0,
_1,
_2,
_3,
}
Variants§
Trait Implementations§
impl Copy for VP9
impl Eq for VP9
impl StructuralPartialEq for VP9
Auto Trait Implementations§
impl Freeze for VP9
impl RefUnwindSafe for VP9
impl Send for VP9
impl Sync for VP9
impl Unpin for VP9
impl UnwindSafe for VP9
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