Struct lcms2::NamedColorInfo
[−]
[src]
pub struct NamedColorInfo { pub name: String, pub prefix: String, pub suffix: String, pub pcs: [u16; 3], pub colorant: [u16; 16], }
Color in the palette
Fields
name: String
prefix: String
suffix: String
pcs: [u16; 3]
colorant: [u16; 16]
Trait Implementations
impl Clone for NamedColorInfo
[src]
fn clone(&self) -> NamedColorInfo
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for NamedColorInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Eq for NamedColorInfo
[src]
impl PartialEq for NamedColorInfo
[src]
fn eq(&self, __arg_0: &NamedColorInfo) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NamedColorInfo) -> bool
[src]
This method tests for !=
.