Enum opencv::viz::RenderingProperties
source · [−]#[repr(C)]
pub enum RenderingProperties {
POINT_SIZE,
OPACITY,
LINE_WIDTH,
FONT_SIZE,
REPRESENTATION,
IMMEDIATE_RENDERING,
SHADING,
AMBIENT,
LIGHTING,
}
Expand description
////////////////////////////////////////////////////////////////////////// Widget rendering properties
Variants
POINT_SIZE
OPACITY
LINE_WIDTH
FONT_SIZE
REPRESENTATION
IMMEDIATE_RENDERING
SHADING
AMBIENT
LIGHTING
Trait Implementations
sourceimpl Clone for RenderingProperties
impl Clone for RenderingProperties
sourcefn clone(&self) -> RenderingProperties
fn clone(&self) -> RenderingProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RenderingProperties
impl Debug for RenderingProperties
sourceimpl PartialEq<RenderingProperties> for RenderingProperties
impl PartialEq<RenderingProperties> for RenderingProperties
sourcefn eq(&self, other: &RenderingProperties) -> bool
fn eq(&self, other: &RenderingProperties) -> bool
impl Copy for RenderingProperties
impl StructuralPartialEq for RenderingProperties
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more