Enum opencv::core::FeatureSet
source · [−]#[repr(C)]
pub enum FeatureSet {
FEATURE_SET_COMPUTE_10,
FEATURE_SET_COMPUTE_11,
FEATURE_SET_COMPUTE_12,
FEATURE_SET_COMPUTE_13,
FEATURE_SET_COMPUTE_20,
FEATURE_SET_COMPUTE_21,
FEATURE_SET_COMPUTE_30,
FEATURE_SET_COMPUTE_32,
FEATURE_SET_COMPUTE_35,
FEATURE_SET_COMPUTE_50,
}
Expand description
Enumeration providing CUDA computing features.
Variants
FEATURE_SET_COMPUTE_10
FEATURE_SET_COMPUTE_11
FEATURE_SET_COMPUTE_12
FEATURE_SET_COMPUTE_13
FEATURE_SET_COMPUTE_20
FEATURE_SET_COMPUTE_21
FEATURE_SET_COMPUTE_30
FEATURE_SET_COMPUTE_32
FEATURE_SET_COMPUTE_35
FEATURE_SET_COMPUTE_50
Trait Implementations
sourceimpl Clone for FeatureSet
impl Clone for FeatureSet
sourcefn clone(&self) -> FeatureSet
fn clone(&self) -> FeatureSet
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 FeatureSet
impl Debug for FeatureSet
sourceimpl PartialEq<FeatureSet> for FeatureSet
impl PartialEq<FeatureSet> for FeatureSet
impl Copy for FeatureSet
impl StructuralPartialEq for FeatureSet
Auto Trait Implementations
impl RefUnwindSafe for FeatureSet
impl Send for FeatureSet
impl Sync for FeatureSet
impl Unpin for FeatureSet
impl UnwindSafe for FeatureSet
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