Enum opencv::core::RenderModes
source · #[repr(C)]
pub enum RenderModes {
POINTS,
LINES,
LINE_LOOP,
LINE_STRIP,
TRIANGLES,
TRIANGLE_STRIP,
TRIANGLE_FAN,
QUADS,
QUAD_STRIP,
POLYGON,
}
Expand description
render mode
Variants§
Trait Implementations§
source§impl Clone for RenderModes
impl Clone for RenderModes
source§fn clone(&self) -> RenderModes
fn clone(&self) -> RenderModes
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 RenderModes
impl Debug for RenderModes
source§impl PartialEq<RenderModes> for RenderModes
impl PartialEq<RenderModes> for RenderModes
source§fn eq(&self, other: &RenderModes) -> bool
fn eq(&self, other: &RenderModes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.