Enum opencv::core::RenderModes [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for RenderModes
impl Send for RenderModes
impl Sync for RenderModes
impl Unpin for RenderModes
impl UnwindSafe for RenderModes
Blanket Implementations
Mutably borrows from an owned value. Read more