Struct sctk_adwaita::theme::ColorTheme
source · pub struct ColorTheme {
pub active: ColorMap,
pub inactive: ColorMap,
}
Fields§
§active: ColorMap
§inactive: ColorMap
Implementations§
source§impl ColorTheme
impl ColorTheme
Trait Implementations§
source§impl Clone for ColorTheme
impl Clone for ColorTheme
source§fn clone(&self) -> ColorTheme
fn clone(&self) -> ColorTheme
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 more