Struct lcms2_sys::ffi::CIExyYTRIPLE [] [src]

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

Fields

Trait Implementations

impl Copy for CIExyYTRIPLE
[src]

impl Clone for CIExyYTRIPLE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CIExyYTRIPLE
[src]

Formats the value using the given formatter.