Enum opencv::viz::RepresentationValues  
source · #[repr(C)]pub enum RepresentationValues {
    REPRESENTATION_POINTS = 0,
    REPRESENTATION_WIREFRAME = 1,
    REPRESENTATION_SURFACE = 2,
}Variants§
Trait Implementations§
source§impl Clone for RepresentationValues
 
impl Clone for RepresentationValues
source§fn clone(&self) -> RepresentationValues
 
fn clone(&self) -> RepresentationValues
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 RepresentationValues
 
impl Debug for RepresentationValues
source§impl From<RepresentationValues> for i32
 
impl From<RepresentationValues> for i32
source§fn from(v: RepresentationValues) -> Self
 
fn from(v: RepresentationValues) -> Self
Converts to this type from the input type.
source§impl PartialEq for RepresentationValues
 
impl PartialEq for RepresentationValues
source§fn eq(&self, other: &RepresentationValues) -> bool
 
fn eq(&self, other: &RepresentationValues) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for RepresentationValues
impl Eq for RepresentationValues
impl StructuralPartialEq for RepresentationValues
Auto Trait Implementations§
impl Freeze for RepresentationValues
impl RefUnwindSafe for RepresentationValues
impl Send for RepresentationValues
impl Sync for RepresentationValues
impl Unpin for RepresentationValues
impl UnwindSafe for RepresentationValues
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