pub enum AV1 {
Main,
High,
Professional,
}
Variants§
Trait Implementations§
impl Copy for AV1
impl Eq for AV1
impl StructuralPartialEq for AV1
Auto Trait Implementations§
impl Freeze for AV1
impl RefUnwindSafe for AV1
impl Send for AV1
impl Sync for AV1
impl Unpin for AV1
impl UnwindSafe for AV1
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