Struct sctk_adwaita::theme::ColorMap
source · [−]pub struct ColorMap {
pub headerbar: Color,
pub button_idle: Color,
pub button_hover: Color,
pub button_icon: Color,
pub border_color: Color,
pub font_color: Color,
}
Fields
headerbar: Color
border_color: Color
font_color: Color
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ColorMap
impl Send for ColorMap
impl Sync for ColorMap
impl Unpin for ColorMap
impl UnwindSafe for ColorMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more