Enum lcms2_sys::ffi::StageSignature [] [src]

#[repr(u32)]
pub enum StageSignature { SigCurveSetElemType, SigMatrixElemType, SigCLutElemType, SigBAcsElemType, SigEAcsElemType, SigXYZ2LabElemType, SigLab2XYZElemType, SigNamedColorElemType, SigLabV2toV4, SigLabV4toV2, SigIdentityElemType, SigLab2FloatPCS, SigFloatPCS2Lab, SigXYZ2FloatPCS, SigFloatPCS2XYZ, SigClipNegativesElemType, }

Variants

Trait Implementations

impl Copy for StageSignature
[src]

impl Clone for StageSignature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for StageSignature
[src]

Formats the value using the given formatter.