Enum opencv::viz::ShadingValues
source · #[repr(C)]pub enum ShadingValues {
SHADING_FLAT,
SHADING_GOURAUD,
SHADING_PHONG,
}
Variants§
Trait Implementations§
source§impl Clone for ShadingValues
impl Clone for ShadingValues
source§fn clone(&self) -> ShadingValues
fn clone(&self) -> ShadingValues
Returns a copy 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 ShadingValues
impl Debug for ShadingValues
source§impl PartialEq<ShadingValues> for ShadingValues
impl PartialEq<ShadingValues> for ShadingValues
source§fn eq(&self, other: &ShadingValues) -> bool
fn eq(&self, other: &ShadingValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ShadingValues
impl Eq for ShadingValues
impl StructuralEq for ShadingValues
impl StructuralPartialEq for ShadingValues
Auto Trait Implementations§
impl RefUnwindSafe for ShadingValues
impl Send for ShadingValues
impl Sync for ShadingValues
impl Unpin for ShadingValues
impl UnwindSafe for ShadingValues
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