pub enum QualityLevel {
Performance,
Balanced,
Quality,
}
Expand description
Render quality levels for performance tuning
Variants§
Performance
Fastest rendering, lowest quality
Balanced
Balanced rendering and quality
Quality
Highest quality, slower rendering
Trait Implementations§
Source§impl Clone for QualityLevel
impl Clone for QualityLevel
Source§fn clone(&self) -> QualityLevel
fn clone(&self) -> QualityLevel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QualityLevel
impl Debug for QualityLevel
Source§impl PartialEq for QualityLevel
impl PartialEq for QualityLevel
impl Copy for QualityLevel
impl Eq for QualityLevel
impl StructuralPartialEq for QualityLevel
Auto Trait Implementations§
impl Freeze for QualityLevel
impl RefUnwindSafe for QualityLevel
impl Send for QualityLevel
impl Sync for QualityLevel
impl Unpin for QualityLevel
impl UnwindSafe for QualityLevel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Event for T
impl<T> Event for T
Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert to Any for downcasting (mutable)
Source§fn event_type(&self) -> &'static str
fn event_type(&self) -> &'static str
Get the event type name
Source§impl<T> Props for T
impl<T> Props for T
Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert to mutable Any for downcasting