pub enum StandardObserver {
D50,
D65,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for StandardObserver
impl Clone for StandardObserver
Source§fn clone(&self) -> StandardObserver
fn clone(&self) -> StandardObserver
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 StandardObserver
impl Debug for StandardObserver
Source§impl From<u32> for StandardObserver
impl From<u32> for StandardObserver
impl Copy for StandardObserver
Auto Trait Implementations§
impl Freeze for StandardObserver
impl RefUnwindSafe for StandardObserver
impl Send for StandardObserver
impl Sync for StandardObserver
impl Unpin for StandardObserver
impl UnwindSafe for StandardObserver
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