pub struct D60<O: StandardObserver = Cie1931>(/* private fields */);Expand description
CIE standard illuminant D60 (~6004 K) under observer O.
A true CIE daylight illuminant at 6000 K nominal CCT. Distinct from
the ACES white point. See AcesWhitePoint.
Trait Implementations§
Source§impl Illuminant for D60<Cie1931>
impl Illuminant for D60<Cie1931>
Source§impl Illuminant for D60<Cie1964>
impl Illuminant for D60<Cie1964>
impl<O: Copy + StandardObserver> Copy for D60<O>
impl<O: Eq + StandardObserver> Eq for D60<O>
impl<O: StandardObserver> StructuralPartialEq for D60<O>
Auto Trait Implementations§
impl<O> Freeze for D60<O>
impl<O> RefUnwindSafe for D60<O>where
O: RefUnwindSafe,
impl<O> Send for D60<O>where
O: Send,
impl<O> Sync for D60<O>where
O: Sync,
impl<O> Unpin for D60<O>where
O: Unpin,
impl<O> UnsafeUnpin for D60<O>
impl<O> UnwindSafe for D60<O>where
O: 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