pub enum STSystemColorVal {
Show 30 variants
ScrollBar,
Background,
ActiveCaption,
InactiveCaption,
Menu,
Window,
WindowFrame,
MenuText,
WindowText,
CaptionText,
ActiveBorder,
InactiveBorder,
AppWorkspace,
Highlight,
HighlightText,
BtnFace,
BtnShadow,
GrayText,
BtnText,
InactiveCaptionText,
BtnHighlight,
_3dDkShadow,
_3dLight,
InfoText,
InfoBk,
HotLight,
GradientActiveCaption,
GradientInactiveCaption,
MenuHighlight,
MenuBar,
}Variants§
ScrollBar
Background
ActiveCaption
InactiveCaption
Menu
Window
WindowFrame
MenuText
WindowText
CaptionText
ActiveBorder
InactiveBorder
AppWorkspace
Highlight
HighlightText
BtnFace
BtnShadow
GrayText
BtnText
InactiveCaptionText
BtnHighlight
_3dDkShadow
_3dLight
InfoText
InfoBk
HotLight
GradientActiveCaption
GradientInactiveCaption
MenuHighlight
MenuBar
Trait Implementations§
Source§impl Clone for STSystemColorVal
impl Clone for STSystemColorVal
Source§fn clone(&self) -> STSystemColorVal
fn clone(&self) -> STSystemColorVal
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 STSystemColorVal
impl Debug for STSystemColorVal
Source§impl<'de> Deserialize<'de> for STSystemColorVal
impl<'de> Deserialize<'de> for STSystemColorVal
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for STSystemColorVal
impl Display for STSystemColorVal
Source§impl FromStr for STSystemColorVal
impl FromStr for STSystemColorVal
Source§impl PartialEq for STSystemColorVal
impl PartialEq for STSystemColorVal
Source§impl Serialize for STSystemColorVal
impl Serialize for STSystemColorVal
impl Copy for STSystemColorVal
impl Eq for STSystemColorVal
impl StructuralPartialEq for STSystemColorVal
Auto Trait Implementations§
impl Freeze for STSystemColorVal
impl RefUnwindSafe for STSystemColorVal
impl Send for STSystemColorVal
impl Sync for STSystemColorVal
impl Unpin for STSystemColorVal
impl UnsafeUnpin for STSystemColorVal
impl UnwindSafe for STSystemColorVal
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