Enum opencv::core::Detail_TestOp
source · #[repr(C)]
pub enum Detail_TestOp {
TEST_CUSTOM,
TEST_EQ,
TEST_NE,
TEST_LE,
TEST_LT,
TEST_GE,
TEST_GT,
CV__LAST_TEST_OP,
}
Variants§
Trait Implementations§
source§impl Clone for Detail_TestOp
impl Clone for Detail_TestOp
source§fn clone(&self) -> Detail_TestOp
fn clone(&self) -> Detail_TestOp
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 Detail_TestOp
impl Debug for Detail_TestOp
source§impl PartialEq<Detail_TestOp> for Detail_TestOp
impl PartialEq<Detail_TestOp> for Detail_TestOp
source§fn eq(&self, other: &Detail_TestOp) -> bool
fn eq(&self, other: &Detail_TestOp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.