pub enum SmaaQuality {
Low,
Medium,
High,
Ultra,
}Expand description
SMAA quality preset.
Variants§
Trait Implementations§
Source§impl Clone for SmaaQuality
impl Clone for SmaaQuality
Source§fn clone(&self) -> SmaaQuality
fn clone(&self) -> SmaaQuality
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SmaaQuality
Source§impl Debug for SmaaQuality
impl Debug for SmaaQuality
Source§impl Default for SmaaQuality
impl Default for SmaaQuality
Source§fn default() -> SmaaQuality
fn default() -> SmaaQuality
Returns the “default value” for a type. Read more
impl Eq for SmaaQuality
Source§impl PartialEq for SmaaQuality
impl PartialEq for SmaaQuality
Source§fn eq(&self, other: &SmaaQuality) -> bool
fn eq(&self, other: &SmaaQuality) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SmaaQuality
Auto Trait Implementations§
impl Freeze for SmaaQuality
impl RefUnwindSafe for SmaaQuality
impl Send for SmaaQuality
impl Sync for SmaaQuality
impl Unpin for SmaaQuality
impl UnsafeUnpin for SmaaQuality
impl UnwindSafe for SmaaQuality
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.