pub struct AislingPalette {
pub low: Color,
pub mid: Color,
pub high: Color,
pub pulse: Color,
pub shadow: Color,
}Expand description
The default color system used by Aisling effects and bundled widgets.
Fields§
§low: Color§mid: Color§high: Color§pulse: Color§shadow: ColorImplementations§
Trait Implementations§
Source§impl Clone for AislingPalette
impl Clone for AislingPalette
Source§fn clone(&self) -> AislingPalette
fn clone(&self) -> AislingPalette
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AislingPalette
Source§impl Debug for AislingPalette
impl Debug for AislingPalette
Source§impl Default for AislingPalette
impl Default for AislingPalette
impl Eq for AislingPalette
Source§impl PartialEq for AislingPalette
impl PartialEq for AislingPalette
Source§fn eq(&self, other: &AislingPalette) -> bool
fn eq(&self, other: &AislingPalette) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AislingPalette
Auto Trait Implementations§
impl Freeze for AislingPalette
impl RefUnwindSafe for AislingPalette
impl Send for AislingPalette
impl Sync for AislingPalette
impl Unpin for AislingPalette
impl UnsafeUnpin for AislingPalette
impl UnwindSafe for AislingPalette
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