Enum egui::style::NumericColorSpace
source · pub enum NumericColorSpace {
GammaByte,
Linear,
}
Expand description
How to display numeric color values.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for NumericColorSpace
impl Clone for NumericColorSpace
source§fn clone(&self) -> NumericColorSpace
fn clone(&self) -> NumericColorSpace
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 NumericColorSpace
impl Debug for NumericColorSpace
source§impl Display for NumericColorSpace
impl Display for NumericColorSpace
source§impl PartialEq for NumericColorSpace
impl PartialEq for NumericColorSpace
source§fn eq(&self, other: &NumericColorSpace) -> bool
fn eq(&self, other: &NumericColorSpace) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NumericColorSpace
impl Eq for NumericColorSpace
impl StructuralEq for NumericColorSpace
impl StructuralPartialEq for NumericColorSpace
Auto Trait Implementations§
impl RefUnwindSafe for NumericColorSpace
impl Send for NumericColorSpace
impl Sync for NumericColorSpace
impl Unpin for NumericColorSpace
impl UnwindSafe for NumericColorSpace
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