Enum lcms2_sys::ffi::IlluminantType
[−]
[src]
#[repr(u32)]pub enum IlluminantType { UNKNOWN, D50, D65, D93, F2, D55, A, E, F8, }
Variants
UNKNOWND50D65D93F2D55AEF8Trait Implementations
impl Copy for IlluminantType[src]
impl Clone for IlluminantType[src]
fn clone(&self) -> IlluminantType
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 IlluminantType[src]
fn eq(&self, __arg_0: &IlluminantType) -> 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 !=.