Struct vips_sys::im_colour_temperature
[−]
[src]
#[repr(C)]pub struct im_colour_temperature { pub X0: f64, pub Y0: f64, pub Z0: f64, }
Fields
X0: f64
Y0: f64
Z0: f64
Trait Implementations
impl Debug for im_colour_temperature
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for im_colour_temperature
[src]
impl Clone for im_colour_temperature
[src]
fn clone(&self) -> im_colour_temperature
[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