pub struct Score {
pub detail: f64,
pub saturation: f64,
pub skin: f64,
pub total: f64,
}Expand description
Score used to determine the best crop
Fields§
§detail: f64Detail score
saturation: f64Saturation score
skin: f64Skin color score
total: f64Total weighted score of the crop
Trait Implementations§
impl StructuralPartialEq for Score
Auto Trait Implementations§
impl Freeze for Score
impl RefUnwindSafe for Score
impl Send for Score
impl Sync for Score
impl Unpin for Score
impl UnwindSafe for Score
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