pub struct ColorHarmony {
pub harmony_type: HarmonyType,
pub harmony_score: f32,
}Expand description
Color harmony analysis
Fields§
§harmony_type: HarmonyType§harmony_score: f32Trait Implementations§
Source§impl Clone for ColorHarmony
impl Clone for ColorHarmony
Source§fn clone(&self) -> ColorHarmony
fn clone(&self) -> ColorHarmony
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 moreAuto Trait Implementations§
impl Freeze for ColorHarmony
impl RefUnwindSafe for ColorHarmony
impl Send for ColorHarmony
impl Sync for ColorHarmony
impl Unpin for ColorHarmony
impl UnwindSafe for ColorHarmony
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