Struct smartcrop::Score [] [src]

pub struct Score {
    pub detail: f64,
    pub saturation: f64,
    pub skin: f64,
    pub total: f64,
}

Fields

Trait Implementations

impl Clone for Score
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Score
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Score
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Score

impl Sync for Score