#[repr(u32)]pub enum IlluminantType {
Undefined = 5,
A = 0,
B = 1,
C = 2,
D50 = 3,
D55 = 4,
D75 = 6,
E = 7,
F2 = 8,
F7 = 9,
F11 = 10,
}
Variants§
Implementations§
Source§impl IlluminantType
impl IlluminantType
pub const D65: IlluminantType = IlluminantType::Undefined
Trait Implementations§
Source§impl Clone for IlluminantType
impl Clone for IlluminantType
Source§fn clone(&self) -> IlluminantType
fn clone(&self) -> IlluminantType
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 IlluminantType
impl Debug for IlluminantType
Source§impl Hash for IlluminantType
impl Hash for IlluminantType
Source§impl PartialEq for IlluminantType
impl PartialEq for IlluminantType
impl Copy for IlluminantType
impl Eq for IlluminantType
impl StructuralPartialEq for IlluminantType
Auto Trait Implementations§
impl Freeze for IlluminantType
impl RefUnwindSafe for IlluminantType
impl Send for IlluminantType
impl Sync for IlluminantType
impl Unpin for IlluminantType
impl UnwindSafe for IlluminantType
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