pub enum StandardIlluminant {
Unknown,
D50,
D65,
D93,
F2,
D55,
A,
EquiPower,
F8,
}
Variants§
Trait Implementations§
Source§impl Clone for StandardIlluminant
impl Clone for StandardIlluminant
Source§fn clone(&self) -> StandardIlluminant
fn clone(&self) -> StandardIlluminant
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 moreSource§impl Debug for StandardIlluminant
impl Debug for StandardIlluminant
Source§impl From<StandardIlluminant> for u32
impl From<StandardIlluminant> for u32
Source§fn from(value: StandardIlluminant) -> Self
fn from(value: StandardIlluminant) -> Self
Converts to this type from the input type.
Source§impl From<u32> for StandardIlluminant
impl From<u32> for StandardIlluminant
impl Copy for StandardIlluminant
Auto Trait Implementations§
impl Freeze for StandardIlluminant
impl RefUnwindSafe for StandardIlluminant
impl Send for StandardIlluminant
impl Sync for StandardIlluminant
impl Unpin for StandardIlluminant
impl UnwindSafe for StandardIlluminant
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