Enum lcms2_sys::ffi::CurveSegSignature [] [src]

#[repr(u32)]
pub enum CurveSegSignature { SigFormulaCurveSeg, SigSampledCurveSeg, SigSegmentedCurve, }

Variants

Trait Implementations

impl Copy for CurveSegSignature
[src]

impl Clone for CurveSegSignature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CurveSegSignature
[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 CurveSegSignature
[src]

impl Debug for CurveSegSignature
[src]

Formats the value using the given formatter.