pub struct D65<O: StandardObserver = Cie1931>(/* private fields */);Expand description
CIE standard illuminant D65 (~6504 K) under observer O.
Reference white for sRGB (IEC 61966-2-1), Rec. 709, Display P3, and Rec. 2020 (ITU-R BT.2020).
Implementations§
Trait Implementations§
Source§impl Illuminant for D65<Cie1931>
impl Illuminant for D65<Cie1931>
Source§impl Illuminant for D65<Cie1964>
impl Illuminant for D65<Cie1964>
impl<O: Copy + StandardObserver> Copy for D65<O>
impl<O: Eq + StandardObserver> Eq for D65<O>
impl<O: StandardObserver> StructuralPartialEq for D65<O>
Auto Trait Implementations§
impl<O> Freeze for D65<O>
impl<O> RefUnwindSafe for D65<O>where
O: RefUnwindSafe,
impl<O> Send for D65<O>where
O: Send,
impl<O> Sync for D65<O>where
O: Sync,
impl<O> Unpin for D65<O>where
O: Unpin,
impl<O> UnsafeUnpin for D65<O>
impl<O> UnwindSafe for D65<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