pub enum QualityPreset {
Low,
Medium,
High,
Ultra,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QualityPreset
impl RefUnwindSafe for QualityPreset
impl Send for QualityPreset
impl Sync for QualityPreset
impl Unpin for QualityPreset
impl UnwindSafe for QualityPreset
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