pub enum ColorEditDisplayMode {
Rgb,
Hsv,
Hex,
}
Expand description
Color editor display mode.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ColorEditDisplayMode
impl Clone for ColorEditDisplayMode
source§fn clone(&self) -> ColorEditDisplayMode
fn clone(&self) -> ColorEditDisplayMode
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 ColorEditDisplayMode
impl Debug for ColorEditDisplayMode
source§impl PartialEq for ColorEditDisplayMode
impl PartialEq for ColorEditDisplayMode
source§fn eq(&self, other: &ColorEditDisplayMode) -> bool
fn eq(&self, other: &ColorEditDisplayMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ColorEditDisplayMode
impl Eq for ColorEditDisplayMode
impl StructuralPartialEq for ColorEditDisplayMode
Auto Trait Implementations§
impl Freeze for ColorEditDisplayMode
impl RefUnwindSafe for ColorEditDisplayMode
impl Send for ColorEditDisplayMode
impl Sync for ColorEditDisplayMode
impl Unpin for ColorEditDisplayMode
impl UnwindSafe for ColorEditDisplayMode
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