Struct lcms2_sys::ffi::CIEXYZTRIPLE [] [src]

#[repr(C)]
pub struct CIEXYZTRIPLE { pub Red: CIEXYZ, pub Green: CIEXYZ, pub Blue: CIEXYZ, }

Fields

Trait Implementations

impl Copy for CIEXYZTRIPLE
[src]

impl Clone for CIEXYZTRIPLE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CIEXYZTRIPLE
[src]

Formats the value using the given formatter.