Trait opencv::prelude::Widget2DTrait
source · pub trait Widget2DTrait: Widget2DTraitConst + WidgetTrait {
// Required method
fn as_raw_mut_Widget2D(&mut self) -> *mut c_void;
// Provided method
fn set_color(&mut self, color: &Color) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::viz::Widget2D