Enum opencv::core::Detail_TestOp [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for Detail_TestOp
impl Send for Detail_TestOp
impl Sync for Detail_TestOp
impl Unpin for Detail_TestOp
impl UnwindSafe for Detail_TestOp
Blanket Implementations
Mutably borrows from an owned value. Read more