#[repr(u8)]pub enum Quality {
Best = 0,
SecondBest = 1,
NearBest = 2,
VeryNice = 3,
Nice = 4,
Good = 5,
Decent = 6,
Ok = 7,
SecondWorst = 8,
Worst = 9,
}Expand description
Possible quality parameter. From best(0) to worst(9)
Variants§
Best = 0
Best possible quality
SecondBest = 1
Second best
NearBest = 2
Close to best
VeryNice = 3
Very nice
Nice = 4
Nice
Good = 5
Good
Decent = 6
Decent
Ok = 7
Okayish
SecondWorst = 8
Almost worst
Worst = 9
Worst
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Quality
impl RefUnwindSafe for Quality
impl Send for Quality
impl Sync for Quality
impl Unpin for Quality
impl UnwindSafe for Quality
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)