Enum lcms2_sys::ffi::Intent [] [src]

#[repr(u32)]
pub enum Intent { Perceptual, RelativeColorimetric, Saturation, AbsoluteColorimetric, PreserveKOnlyPerceptual, PreserveKOnlyRelativeColorimetric, PreserveKOnlySaturation, PreserveKPlanePerceptual, PreserveKPlaneRelativeColorimetric, PreserveKPlaneSaturation, }

Variants

Trait Implementations

impl Copy for Intent
[src]

impl Clone for Intent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Intent
[src]

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

This method tests for !=.

impl Eq for Intent
[src]

impl Debug for Intent
[src]

Formats the value using the given formatter.