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