Enum opencv::viz::RenderingProperties [−][src]
#[repr(C)]
pub enum RenderingProperties {
POINT_SIZE,
OPACITY,
LINE_WIDTH,
FONT_SIZE,
REPRESENTATION,
IMMEDIATE_RENDERING,
SHADING,
AMBIENT,
LIGHTING,
}
Expand description
////////////////////////////////////////////////////////////////////////// Widget rendering properties
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RenderingProperties
impl Send for RenderingProperties
impl Sync for RenderingProperties
impl Unpin for RenderingProperties
impl UnwindSafe for RenderingProperties
Blanket Implementations
Mutably borrows from an owned value. Read more