pub struct ApcachColor {
pub alpha: f64,
pub chroma: f64,
pub color_space: ColorSpace,
pub contrast_config: ContrastConfig,
pub hue: f64,
pub lightness: f64,
}Fields§
§alpha: f64§chroma: f64§color_space: ColorSpace§contrast_config: ContrastConfig§hue: f64§lightness: f64Trait Implementations§
Source§impl Clone for ApcachColor
impl Clone for ApcachColor
Source§fn clone(&self) -> ApcachColor
fn clone(&self) -> ApcachColor
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 ApcachColor
impl Debug for ApcachColor
Source§impl PartialEq for ApcachColor
impl PartialEq for ApcachColor
impl Copy for ApcachColor
impl StructuralPartialEq for ApcachColor
Auto Trait Implementations§
impl Freeze for ApcachColor
impl RefUnwindSafe for ApcachColor
impl Send for ApcachColor
impl Sync for ApcachColor
impl Unpin for ApcachColor
impl UnsafeUnpin for ApcachColor
impl UnwindSafe for ApcachColor
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