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