Struct evalchroma::Sharpness[][src]

pub struct Sharpness {
    pub vert: u32,
    pub horiz: u32,
    pub peak: u32,
}

Fields

Trait Implementations

impl Copy for Sharpness
[src]

impl Clone for Sharpness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sharpness
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Sharpness

impl Sync for Sharpness