pub struct Xyz<W: Illuminant = D65>(/* private fields */);Expand description
CIE XYZ tristimulus space normalized to Y = 1 under illuminant W.
Trait Implementations§
impl<W: Illuminant> BackingStore<[f32; 3]> for Xyz<W>
impl<W: Illuminant> BackingStore<[f32; 4]> for Xyz<W>
impl<W: Copy + Illuminant> Copy for Xyz<W>
impl<W: Eq + Illuminant> Eq for Xyz<W>
impl<W: Illuminant> StructuralPartialEq for Xyz<W>
Auto Trait Implementations§
impl<W> Freeze for Xyz<W>
impl<W> RefUnwindSafe for Xyz<W>where
W: RefUnwindSafe,
impl<W> Send for Xyz<W>where
W: Send,
impl<W> Sync for Xyz<W>where
W: Sync,
impl<W> Unpin for Xyz<W>where
W: Unpin,
impl<W> UnsafeUnpin for Xyz<W>
impl<W> UnwindSafe for Xyz<W>where
W: UnwindSafe,
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