Enum lcms2_sys::ffi::ProfileClassSignature
source · #[non_exhaustive]#[repr(u32)]pub enum ProfileClassSignature {
InputClass = 1_935_896_178,
DisplayClass = 1_835_955_314,
OutputClass = 1_886_549_106,
LinkClass = 1_818_848_875,
AbstractClass = 1_633_842_036,
ColorSpaceClass = 1_936_744_803,
NamedColorClass = 1_852_662_636,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
InputClass = 1_935_896_178
‘scnr’
DisplayClass = 1_835_955_314
‘mntr’
OutputClass = 1_886_549_106
‘prtr’
LinkClass = 1_818_848_875
‘link’
AbstractClass = 1_633_842_036
‘abst’
ColorSpaceClass = 1_936_744_803
‘spac’
NamedColorClass = 1_852_662_636
‘nmcl’
Trait Implementations§
source§impl Clone for ProfileClassSignature
impl Clone for ProfileClassSignature
source§fn clone(&self) -> ProfileClassSignature
fn clone(&self) -> ProfileClassSignature
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProfileClassSignature
impl Debug for ProfileClassSignature
source§impl Hash for ProfileClassSignature
impl Hash for ProfileClassSignature
source§impl PartialEq for ProfileClassSignature
impl PartialEq for ProfileClassSignature
source§fn eq(&self, other: &ProfileClassSignature) -> bool
fn eq(&self, other: &ProfileClassSignature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ProfileClassSignature
impl Eq for ProfileClassSignature
impl StructuralPartialEq for ProfileClassSignature
Auto Trait Implementations§
impl RefUnwindSafe for ProfileClassSignature
impl Send for ProfileClassSignature
impl Sync for ProfileClassSignature
impl Unpin for ProfileClassSignature
impl UnwindSafe for ProfileClassSignature
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more