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 ==.impl Copy for RulesOption
impl Eq for RulesOption
impl StructuralEq for RulesOption
impl StructuralPartialEq for RulesOption
Auto Trait Implementations§
impl RefUnwindSafe for RulesOption
impl Send for RulesOption
impl Sync for RulesOption
impl Unpin for RulesOption
impl UnwindSafe for RulesOption
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more