pub struct CustomColor {
pub value: Argb,
pub name: String,
pub blend: bool,
}Expand description
Custom color used to pair with a theme
Fields§
§value: Argb§name: String§blend: boolTrait Implementations§
Source§impl Debug for CustomColor
impl Debug for CustomColor
Auto Trait Implementations§
impl Freeze for CustomColor
impl RefUnwindSafe for CustomColor
impl Send for CustomColor
impl Sync for CustomColor
impl Unpin for CustomColor
impl UnsafeUnpin for CustomColor
impl UnwindSafe for CustomColor
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