Enum lcms2::InfoType
[−]
#[repr(u32)]pub enum InfoType { Description, Manufacturer, Model, Copyright, }
Variants
Description
Manufacturer
Model
Copyright
Trait Implementations
impl PartialEq<InfoType> for InfoType
fn eq(&self, __arg_0: &InfoType) -> 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 InfoType
impl Debug for InfoType
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more