Enum lcms2::ProfileClassSignature []

#[repr(u32)]
pub enum ProfileClassSignature { InputClass, DisplayClass, OutputClass, LinkClass, AbstractClass, ColorSpaceClass, NamedColorClass, }

Variants

'scnr'

'mntr'

'prtr'

'link'

'abst'

'spac'

'nmcl'

Trait Implementations

impl PartialEq<ProfileClassSignature> for ProfileClassSignature

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for ProfileClassSignature

impl Debug for ProfileClassSignature

Formats the value using the given formatter. Read more

impl Eq for ProfileClassSignature

impl Hash for ProfileClassSignature

impl Clone for ProfileClassSignature

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more