#[repr(C)]pub struct CIE_xyYTRIPLE {
pub red: qcms_CIE_xyY,
pub green: qcms_CIE_xyY,
pub blue: qcms_CIE_xyY,
}Expand description
a set of CIE_xyY values that can use to describe the primaries of a color space
Fields§
§red: qcms_CIE_xyY§green: qcms_CIE_xyY§blue: qcms_CIE_xyYTrait Implementations§
Source§impl Clone for qcms_CIE_xyYTRIPLE
impl Clone for qcms_CIE_xyYTRIPLE
Source§fn clone(&self) -> qcms_CIE_xyYTRIPLE
fn clone(&self) -> qcms_CIE_xyYTRIPLE
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_xyYTRIPLE
Auto Trait Implementations§
impl Freeze for qcms_CIE_xyYTRIPLE
impl RefUnwindSafe for qcms_CIE_xyYTRIPLE
impl Send for qcms_CIE_xyYTRIPLE
impl Sync for qcms_CIE_xyYTRIPLE
impl Unpin for qcms_CIE_xyYTRIPLE
impl UnwindSafe for qcms_CIE_xyYTRIPLE
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