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