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
CurveSetElemTypeMatrixElemTypeCLutElemTypeBAcsElemTypeEAcsElemTypeXYZ2LabElemTypeLab2XYZElemTypeNamedColorElemTypeLabV2toV4LabV4toV2IdentityElemTypeLab2FloatPCSFloatPCS2LabXYZ2FloatPCSFloatPCS2XYZClipNegativesElemTypeTrait Implementations
impl Copy for StageSignature[src]
impl Clone for StageSignature[src]
fn clone(&self) -> StageSignature
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for StageSignature[src]
fn eq(&self, __arg_0: &StageSignature) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.