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
CurveSetElemType'cvst'
MatrixElemType'matf'
CLutElemType'clut'
BAcsElemType'bACS'
EAcsElemType'eACS'
XYZ2LabElemTypeCustom from here, not in the ICC Spec 'l2x '
Lab2XYZElemType'x2l '
NamedColorElemType'ncl '
LabV2toV4'2 4 '
LabV4toV2'4 2 '
IdentityElemTypeIdentities 'idn '
Lab2FloatPCSFloat to floatPCS 'd2l '
FloatPCS2Lab'l2d '
XYZ2FloatPCS'd2x '
FloatPCS2XYZ'x2d '
ClipNegativesElemType'clp '
Trait 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 !=.
impl Eq for StageSignature[src]
impl Hash for StageSignature[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more