Enum lcms2::ProfileClassSignature
[−]
#[repr(u32)]pub enum ProfileClassSignature { InputClass, DisplayClass, OutputClass, LinkClass, AbstractClass, ColorSpaceClass, NamedColorClass, }
Variants
InputClass
'scnr'
DisplayClass
'mntr'
OutputClass
'prtr'
LinkClass
'link'
AbstractClass
'abst'
ColorSpaceClass
'spac'
NamedColorClass
'nmcl'
Trait Implementations
impl PartialEq<ProfileClassSignature> for ProfileClassSignature
fn eq(&self, __arg_0: &ProfileClassSignature) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl Copy for ProfileClassSignature
impl Debug for ProfileClassSignature
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Eq for ProfileClassSignature
impl Hash for ProfileClassSignature
impl Clone for ProfileClassSignature
fn clone(&self) -> ProfileClassSignature
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more