Enum opencv::mcc::CONST_COLOR
source · #[repr(C)]
pub enum CONST_COLOR {
COLORCHECKER_Macbeth,
COLORCHECKER_Vinyl,
COLORCHECKER_DigitalSG,
}Expand description
Macbeth and Vinyl ColorChecker with 2deg D50
Variants
COLORCHECKER_Macbeth
Macbeth ColorChecker
COLORCHECKER_Vinyl
DKK ColorChecker
COLORCHECKER_DigitalSG
DigitalSG ColorChecker with 140 squares
Trait Implementations
sourceimpl Clone for CONST_COLOR
impl Clone for CONST_COLOR
sourcefn clone(&self) -> CONST_COLOR
fn clone(&self) -> CONST_COLOR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CONST_COLOR
impl Debug for CONST_COLOR
sourceimpl PartialEq<CONST_COLOR> for CONST_COLOR
impl PartialEq<CONST_COLOR> for CONST_COLOR
sourcefn eq(&self, other: &CONST_COLOR) -> bool
fn eq(&self, other: &CONST_COLOR) -> bool
impl Copy for CONST_COLOR
impl Eq for CONST_COLOR
impl StructuralEq for CONST_COLOR
impl StructuralPartialEq for CONST_COLOR
Auto Trait Implementations
impl RefUnwindSafe for CONST_COLOR
impl Send for CONST_COLOR
impl Sync for CONST_COLOR
impl Unpin for CONST_COLOR
impl UnwindSafe for CONST_COLOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more