Enum lcms2_sys::ffi::TagSignature
[−]
[src]
#[repr(u32)]pub enum TagSignature { AToB0Tag, AToB1Tag, AToB2Tag, BlueColorantTag, BlueTRCTag, BToA0Tag, BToA1Tag, BToA2Tag, CalibrationDateTimeTag, CharTargetTag, ChromaticAdaptationTag, ChromaticityTag, ColorantOrderTag, ColorantTableTag, ColorantTableOutTag, ColorimetricIntentImageStateTag, CopyrightTag, CrdInfoTag, DataTag, DateTimeTag, DeviceMfgDescTag, DeviceModelDescTag, DeviceSettingsTag, DToB0Tag, DToB1Tag, DToB2Tag, DToB3Tag, BToD0Tag, BToD1Tag, BToD2Tag, BToD3Tag, GamutTag, GrayTRCTag, GreenColorantTag, GreenTRCTag, LuminanceTag, MeasurementTag, MediaBlackPointTag, MediaWhitePointTag, NamedColorTag, NamedColor2Tag, OutputResponseTag, PerceptualRenderingIntentGamutTag, Preview0Tag, Preview1Tag, Preview2Tag, ProfileDescriptionTag, ProfileDescriptionMLTag, ProfileSequenceDescTag, ProfileSequenceIdTag, Ps2CRD0Tag, Ps2CRD1Tag, Ps2CRD2Tag, Ps2CRD3Tag, Ps2CSATag, Ps2RenderingIntentTag, RedColorantTag, RedTRCTag, SaturationRenderingIntentGamutTag, ScreeningDescTag, ScreeningTag, TechnologyTag, UcrBgTag, ViewingCondDescTag, ViewingConditionsTag, VcgtTag, MetaTag, ArgyllArtsTag, }
Variants
AToB0TagAToB1TagAToB2TagBlueColorantTagBlueTRCTagBToA0TagBToA1TagBToA2TagCalibrationDateTimeTagCharTargetTagChromaticAdaptationTagChromaticityTagColorantOrderTagColorantTableTagColorantTableOutTagColorimetricIntentImageStateTagCopyrightTagCrdInfoTagDataTagDateTimeTagDeviceMfgDescTagDeviceModelDescTagDeviceSettingsTagDToB0TagDToB1TagDToB2TagDToB3TagBToD0TagBToD1TagBToD2TagBToD3TagGamutTagGrayTRCTagGreenColorantTagGreenTRCTagLuminanceTagMeasurementTagMediaBlackPointTagMediaWhitePointTagNamedColorTagNamedColor2TagOutputResponseTagPerceptualRenderingIntentGamutTagPreview0TagPreview1TagPreview2TagProfileDescriptionTagProfileDescriptionMLTagProfileSequenceDescTagProfileSequenceIdTagPs2CRD0TagPs2CRD1TagPs2CRD2TagPs2CRD3TagPs2CSATagPs2RenderingIntentTagRedColorantTagRedTRCTagSaturationRenderingIntentGamutTagScreeningDescTagScreeningTagTechnologyTagUcrBgTagViewingCondDescTagViewingConditionsTagVcgtTagMetaTagArgyllArtsTagTrait Implementations
impl Copy for TagSignature[src]
impl Clone for TagSignature[src]
fn clone(&self) -> TagSignature
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 TagSignature[src]
fn eq(&self, __arg_0: &TagSignature) -> 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 !=.