pub enum SysClrType {
Show 30 variants
ScrollBar,
Background,
ActiveCaption,
InactiveCaption,
Menu,
Window,
WindowFrame,
MenuText,
WindowText,
CaptionText,
ActiveBorder,
InactiveBorder,
AppWorkspace,
Highlight,
HighlightText,
BtnFace,
BtnShadow,
GrayText,
BtnText,
InactiveCaptionText,
BtnHighlight,
TdDkShadow,
TdLight,
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
TdDkShadow
TdLight
InfoText
InfoBk
HotLight
GradientActiveCaption
GradientInactiveCaption
MenuHighlight
MenuBar
Trait Implementations§
Source§impl Clone for SysClrType
impl Clone for SysClrType
Source§fn clone(&self) -> SysClrType
fn clone(&self) -> SysClrType
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 SysClrType
impl Debug for SysClrType
Source§impl Default for SysClrType
impl Default for SysClrType
Source§fn default() -> SysClrType
fn default() -> SysClrType
Returns the “default value” for a type. Read more
Source§impl Display for SysClrType
impl Display for SysClrType
Auto Trait Implementations§
impl Freeze for SysClrType
impl RefUnwindSafe for SysClrType
impl Send for SysClrType
impl Sync for SysClrType
impl Unpin for SysClrType
impl UnwindSafe for SysClrType
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