Enum opencv::ximgproc::RulesOption
source · #[repr(C)]
pub enum RulesOption {
RO_STRICT,
RO_IGNORE_BORDERS,
}
Expand description
Specifies the degree of rules validation. @details The enum specifies the degree of rules validation. This can be used, for example, to choose a proper way of input arguments validation.
Variants§
Trait Implementations§
source§impl Clone for RulesOption
impl Clone for RulesOption
source§fn clone(&self) -> RulesOption
fn clone(&self) -> RulesOption
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RulesOption
impl Debug for RulesOption
source§impl PartialEq<RulesOption> for RulesOption
impl PartialEq<RulesOption> for RulesOption
source§fn eq(&self, other: &RulesOption) -> bool
fn eq(&self, other: &RulesOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.