pub enum ProResRAW {
Default,
HQ,
}Variants§
Trait Implementations§
impl Copy for ProResRAW
impl Eq for ProResRAW
impl StructuralPartialEq for ProResRAW
Auto Trait Implementations§
impl Freeze for ProResRAW
impl RefUnwindSafe for ProResRAW
impl Send for ProResRAW
impl Sync for ProResRAW
impl Unpin for ProResRAW
impl UnsafeUnpin for ProResRAW
impl UnwindSafe for ProResRAW
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