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

#[repr(u32)]
pub enum StageSignature { CurveSetElemType, MatrixElemType, CLutElemType, BAcsElemType, EAcsElemType, XYZ2LabElemType, Lab2XYZElemType, NamedColorElemType, LabV2toV4, LabV4toV2, IdentityElemType, Lab2FloatPCS, FloatPCS2Lab, XYZ2FloatPCS, FloatPCS2XYZ, ClipNegativesElemType, }

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.