Trait opencv::core::prelude::CommandLineParserTrait
source · pub trait CommandLineParserTrait: CommandLineParserTraitConst {
// Required method
fn as_raw_mut_CommandLineParser(&mut self) -> *mut c_void;
// Provided methods
fn set(&mut self, parser: &impl CommandLineParserTraitConst) -> Result<()> { ... }
fn about(&mut self, message: &str) -> Result<()> { ... }
}Expand description
Mutable methods for core::CommandLineParser
Required Methods§
fn as_raw_mut_CommandLineParser(&mut self) -> *mut c_void
Provided Methods§
sourcefn set(&mut self, parser: &impl CommandLineParserTraitConst) -> Result<()>
fn set(&mut self, parser: &impl CommandLineParserTraitConst) -> Result<()>
Assignment operator
Object Safety§
This trait is not object safe.