pub enum ProRes {
Proxy,
LT,
Standard,
HQ,
_4444,
XQ,
}
Variants§
Trait Implementations§
impl Copy for ProRes
impl Eq for ProRes
impl StructuralPartialEq for ProRes
Auto Trait Implementations§
impl Freeze for ProRes
impl RefUnwindSafe for ProRes
impl Send for ProRes
impl Sync for ProRes
impl Unpin for ProRes
impl UnwindSafe for ProRes
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