Struct winapi::um::wingdi::CIEXYZTRIPLE
source · #[repr(C)]pub struct CIEXYZTRIPLE {
pub ciexyzRed: CIEXYZ,
pub ciexyzGreen: CIEXYZ,
pub ciexyzBlue: CIEXYZ,
}
Fields§
§ciexyzRed: CIEXYZ
§ciexyzGreen: CIEXYZ
§ciexyzBlue: CIEXYZ
Trait Implementations§
source§impl Clone for CIEXYZTRIPLE
impl Clone for CIEXYZTRIPLE
source§fn clone(&self) -> CIEXYZTRIPLE
fn clone(&self) -> CIEXYZTRIPLE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CIEXYZTRIPLE
impl Default for CIEXYZTRIPLE
source§fn default() -> CIEXYZTRIPLE
fn default() -> CIEXYZTRIPLE
Returns the “default value” for a type. Read more