Enum lcms2::InfoType [] [src]

#[repr(u32)]
pub enum InfoType { Description, Manufacturer, Model, Copyright, }

Variants

Trait Implementations

impl Copy for InfoType
[src]

impl Eq for InfoType
[src]

impl PartialEq<InfoType> for InfoType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for InfoType
[src]

Formats the value using the given formatter.

impl Clone for InfoType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more