Struct lcms2_sys::ffi::CIEXYZTRIPLE
[−]
[src]
#[repr(C)]pub struct CIEXYZTRIPLE { pub Red: CIEXYZ, pub Green: CIEXYZ, pub Blue: CIEXYZ, }
Fields
Red: CIEXYZ
Green: CIEXYZ
Blue: CIEXYZ
Trait Implementations
impl Copy for CIEXYZTRIPLE[src]
impl Clone for CIEXYZTRIPLE[src]
fn clone(&self) -> CIEXYZTRIPLE
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 CIEXYZTRIPLE[src]
fn eq(&self, __arg_0: &CIEXYZTRIPLE) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CIEXYZTRIPLE) -> bool
This method tests for !=.