Struct winapi::um::wingdi::CIEXYZTRIPLE [−][src]
#[repr(C)]pub struct CIEXYZTRIPLE {
pub ciexyzRed: CIEXYZ,
pub ciexyzGreen: CIEXYZ,
pub ciexyzBlue: CIEXYZ,
}Fields
ciexyzRed: CIEXYZciexyzGreen: CIEXYZciexyzBlue: CIEXYZTrait Implementations
Returns the “default value” for a type. Read more