pub enum SystemColorValues {
Show 30 variants
ActiveBorder,
ActiveCaption,
ApplicationWorkspace,
Background,
ButtonFace,
ButtonHighlight,
ButtonShadow,
ButtonText,
CaptionText,
GradientActiveCaption,
GradientInactiveCaption,
GrayText,
Highlight,
HighlightText,
HotLight,
InactiveBorder,
InactiveCaption,
InactiveCaptionText,
InfoBack,
InfoText,
Menu,
MenuBar,
MenuHighlight,
MenuText,
ScrollBar,
ThreeDDarkShadow,
ThreeDLight,
Window,
WindowFrame,
WindowText,
}Variants§
ActiveBorder
ActiveCaption
ApplicationWorkspace
Background
ButtonFace
ButtonHighlight
ButtonShadow
ButtonText
CaptionText
GradientActiveCaption
GradientInactiveCaption
GrayText
Highlight
HighlightText
HotLight
InactiveBorder
InactiveCaption
InactiveCaptionText
InfoBack
InfoText
Menu
MenuBar
MenuHighlight
MenuText
ScrollBar
ThreeDDarkShadow
ThreeDLight
Window
WindowFrame
WindowText
Trait Implementations§
Source§impl Clone for SystemColorValues
impl Clone for SystemColorValues
Source§fn clone(&self) -> SystemColorValues
fn clone(&self) -> SystemColorValues
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 SystemColorValues
impl Debug for SystemColorValues
Source§impl Default for SystemColorValues
impl Default for SystemColorValues
Source§impl EnumTrait for SystemColorValues
impl EnumTrait for SystemColorValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for SystemColorValues
impl RefUnwindSafe for SystemColorValues
impl Send for SystemColorValues
impl Sync for SystemColorValues
impl Unpin for SystemColorValues
impl UnwindSafe for SystemColorValues
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