#[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: f64Trait 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 duplicate 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 Freeze for qcms_CIE_xyY
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