Enum lcms2::InfoType []

pub enum InfoType {
    Description,
    Manufacturer,
    Model,
    Copyright,
}

Variants

DescriptionManufacturerModelCopyright

Trait Implementations

impl Eq for InfoType

impl PartialEq<InfoType> for InfoType

fn eq(&self, __arg_0: &InfoType) -> bool

impl Clone for InfoType

fn clone(&self) -> InfoType

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 Copy for InfoType

impl Debug for InfoType

fn fmt(&self, __arg_0: &mut Formatter) -> Result<()Error>