pub enum SystemColor {
Show 19 variants
Accentcolor(Ident),
Accentcolortext(Ident),
Activetext(Ident),
Buttonborder(Ident),
Buttonface(Ident),
Buttontext(Ident),
Canvas(Ident),
Canvastext(Ident),
Field(Ident),
Fieldtext(Ident),
Graytext(Ident),
Highlight(Ident),
Highlighttext(Ident),
Linktext(Ident),
Mark(Ident),
Marktext(Ident),
Selecteditem(Ident),
Selecteditemtext(Ident),
Visitedtext(Ident),
}Variants§
Accentcolor(Ident)
Accentcolortext(Ident)
Activetext(Ident)
Buttonborder(Ident)
Buttonface(Ident)
Buttontext(Ident)
Canvas(Ident)
Canvastext(Ident)
Field(Ident)
Fieldtext(Ident)
Graytext(Ident)
Highlight(Ident)
Highlighttext(Ident)
Linktext(Ident)
Mark(Ident)
Marktext(Ident)
Selecteditem(Ident)
Selecteditemtext(Ident)
Visitedtext(Ident)
Trait Implementations§
Source§impl Clone for SystemColor
impl Clone for SystemColor
Source§fn clone(&self) -> SystemColor
fn clone(&self) -> SystemColor
Returns a duplicate 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 SystemColor
impl Debug for SystemColor
Source§impl Hash for SystemColor
impl Hash for SystemColor
Source§impl Ord for SystemColor
impl Ord for SystemColor
Source§fn cmp(&self, other: &SystemColor) -> Ordering
fn cmp(&self, other: &SystemColor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for SystemColor
impl<'a> Parse<'a> for SystemColor
Source§impl PartialEq for SystemColor
impl PartialEq for SystemColor
Source§impl PartialOrd for SystemColor
impl PartialOrd for SystemColor
Source§impl<'a> Peek<'a> for SystemColor
impl<'a> Peek<'a> for SystemColor
Source§impl ToCursors for SystemColor
impl ToCursors for SystemColor
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for SystemColor
impl StructuralPartialEq for SystemColor
Auto Trait Implementations§
impl Freeze for SystemColor
impl RefUnwindSafe for SystemColor
impl Send for SystemColor
impl Sync for SystemColor
impl Unpin for SystemColor
impl UnwindSafe for SystemColor
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