#[repr(C)]pub struct CIE_xyY {
pub x: f64,
pub y: f64,
pub Y: f64,
}
Expand description
A color in the CIE xyY color space
Fields§
§x: f64
§y: f64
§Y: f64
Trait Implementations§
source§impl Clone for qcms_CIE_xyY
impl Clone for qcms_CIE_xyY
source§fn clone(&self) -> qcms_CIE_xyY
fn clone(&self) -> qcms_CIE_xyY
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 moreimpl Copy for qcms_CIE_xyY
Auto Trait Implementations§
impl RefUnwindSafe for qcms_CIE_xyY
impl Send for qcms_CIE_xyY
impl Sync for qcms_CIE_xyY
impl Unpin for qcms_CIE_xyY
impl UnwindSafe for qcms_CIE_xyY
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more