#[repr(C)]pub struct WaylandTheme {Show 44 fields
pub title_bar_active_background_color: ColorU,
pub title_bar_active_separator_color: ColorU,
pub title_bar_active_text_color: ColorU,
pub title_bar_inactive_background_color: ColorU,
pub title_bar_inactive_separator_color: ColorU,
pub title_bar_inactive_text_color: ColorU,
pub maximize_idle_foreground_inactive_color: ColorU,
pub minimize_idle_foreground_inactive_color: ColorU,
pub close_idle_foreground_inactive_color: ColorU,
pub maximize_hovered_foreground_inactive_color: ColorU,
pub minimize_hovered_foreground_inactive_color: ColorU,
pub close_hovered_foreground_inactive_color: ColorU,
pub maximize_disabled_foreground_inactive_color: ColorU,
pub minimize_disabled_foreground_inactive_color: ColorU,
pub close_disabled_foreground_inactive_color: ColorU,
pub maximize_idle_background_inactive_color: ColorU,
pub minimize_idle_background_inactive_color: ColorU,
pub close_idle_background_inactive_color: ColorU,
pub maximize_hovered_background_inactive_color: ColorU,
pub minimize_hovered_background_inactive_color: ColorU,
pub close_hovered_background_inactive_color: ColorU,
pub maximize_disabled_background_inactive_color: ColorU,
pub minimize_disabled_background_inactive_color: ColorU,
pub close_disabled_background_inactive_color: ColorU,
pub maximize_idle_foreground_active_color: ColorU,
pub minimize_idle_foreground_active_color: ColorU,
pub close_idle_foreground_active_color: ColorU,
pub maximize_hovered_foreground_active_color: ColorU,
pub minimize_hovered_foreground_active_color: ColorU,
pub close_hovered_foreground_active_color: ColorU,
pub maximize_disabled_foreground_active_color: ColorU,
pub minimize_disabled_foreground_active_color: ColorU,
pub close_disabled_foreground_active_color: ColorU,
pub maximize_idle_background_active_color: ColorU,
pub minimize_idle_background_active_color: ColorU,
pub close_idle_background_active_color: ColorU,
pub maximize_hovered_background_active_color: ColorU,
pub minimize_hovered_background_active_color: ColorU,
pub close_hovered_background_active_color: ColorU,
pub maximize_disabled_background_active_color: ColorU,
pub minimize_disabled_background_active_color: ColorU,
pub close_disabled_background_active_color: ColorU,
pub title_bar_font: AzString,
pub title_bar_font_size: f32,
}Fields§
§title_bar_active_background_color: ColorU§title_bar_active_separator_color: ColorU§title_bar_active_text_color: ColorU§title_bar_inactive_background_color: ColorU§title_bar_inactive_separator_color: ColorU§title_bar_inactive_text_color: ColorU§maximize_idle_foreground_inactive_color: ColorU§minimize_idle_foreground_inactive_color: ColorU§close_idle_foreground_inactive_color: ColorU§maximize_hovered_foreground_inactive_color: ColorU§minimize_hovered_foreground_inactive_color: ColorU§close_hovered_foreground_inactive_color: ColorU§maximize_disabled_foreground_inactive_color: ColorU§minimize_disabled_foreground_inactive_color: ColorU§close_disabled_foreground_inactive_color: ColorU§maximize_idle_background_inactive_color: ColorU§minimize_idle_background_inactive_color: ColorU§close_idle_background_inactive_color: ColorU§maximize_hovered_background_inactive_color: ColorU§minimize_hovered_background_inactive_color: ColorU§close_hovered_background_inactive_color: ColorU§maximize_disabled_background_inactive_color: ColorU§minimize_disabled_background_inactive_color: ColorU§close_disabled_background_inactive_color: ColorU§maximize_idle_foreground_active_color: ColorU§minimize_idle_foreground_active_color: ColorU§close_idle_foreground_active_color: ColorU§maximize_hovered_foreground_active_color: ColorU§minimize_hovered_foreground_active_color: ColorU§close_hovered_foreground_active_color: ColorU§maximize_disabled_foreground_active_color: ColorU§minimize_disabled_foreground_active_color: ColorU§close_disabled_foreground_active_color: ColorU§maximize_idle_background_active_color: ColorU§minimize_idle_background_active_color: ColorU§close_idle_background_active_color: ColorU§maximize_hovered_background_active_color: ColorU§minimize_hovered_background_active_color: ColorU§close_hovered_background_active_color: ColorU§maximize_disabled_background_active_color: ColorU§minimize_disabled_background_active_color: ColorU§close_disabled_background_active_color: ColorU§title_bar_font: AzString§title_bar_font_size: f32Trait Implementations§
Source§impl Clone for WaylandTheme
impl Clone for WaylandTheme
Source§fn clone(&self) -> WaylandTheme
fn clone(&self) -> WaylandTheme
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 WaylandTheme
impl Debug for WaylandTheme
Source§impl PartialEq for WaylandTheme
impl PartialEq for WaylandTheme
Source§impl PartialOrd for WaylandTheme
impl PartialOrd for WaylandTheme
impl StructuralPartialEq for WaylandTheme
Auto Trait Implementations§
impl Freeze for WaylandTheme
impl RefUnwindSafe for WaylandTheme
impl Send for WaylandTheme
impl Sync for WaylandTheme
impl Unpin for WaylandTheme
impl UnwindSafe for WaylandTheme
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more