Enum lcms2::ProfileClassSignature [] [src]

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

Variants

Trait Implementations

impl Copy for ProfileClassSignature
[src]

impl Eq for ProfileClassSignature
[src]

impl PartialEq<ProfileClassSignature> for ProfileClassSignature
[src]

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

This method tests for !=.

impl Debug for ProfileClassSignature
[src]

Formats the value using the given formatter.

impl Clone for ProfileClassSignature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more