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
TEST_CUSTOM
TEST_EQ
TEST_NE
TEST_LE
TEST_LT
TEST_GE
TEST_GT
CV__LAST_TEST_OP
Trait Implementations
sourceimpl Clone for Detail_TestOp
impl Clone for Detail_TestOp
sourcefn clone(&self) -> Detail_TestOp
fn clone(&self) -> Detail_TestOp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Detail_TestOp
impl Debug for Detail_TestOp
sourceimpl PartialEq<Detail_TestOp> for Detail_TestOp
impl PartialEq<Detail_TestOp> for Detail_TestOp
impl Copy for Detail_TestOp
impl StructuralPartialEq for Detail_TestOp
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more