#[repr(i32)]pub enum HOGDescriptor_HistogramNormType {
L2Hys = 0,
}
Variants§
L2Hys = 0
Default histogramNormType
Trait Implementations§
Source§impl Clone for HOGDescriptor_HistogramNormType
impl Clone for HOGDescriptor_HistogramNormType
Source§fn clone(&self) -> HOGDescriptor_HistogramNormType
fn clone(&self) -> HOGDescriptor_HistogramNormType
Returns a duplicate 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 From<HOGDescriptor_HistogramNormType> for i32
impl From<HOGDescriptor_HistogramNormType> for i32
Source§fn from(v: HOGDescriptor_HistogramNormType) -> Self
fn from(v: HOGDescriptor_HistogramNormType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HOGDescriptor_HistogramNormType
impl PartialEq for HOGDescriptor_HistogramNormType
Source§fn eq(&self, other: &HOGDescriptor_HistogramNormType) -> bool
fn eq(&self, other: &HOGDescriptor_HistogramNormType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl TryFrom<i32> for HOGDescriptor_HistogramNormType
impl TryFrom<i32> for HOGDescriptor_HistogramNormType
impl Copy for HOGDescriptor_HistogramNormType
impl Eq for HOGDescriptor_HistogramNormType
impl StructuralPartialEq for HOGDescriptor_HistogramNormType
Auto Trait Implementations§
impl Freeze for HOGDescriptor_HistogramNormType
impl RefUnwindSafe for HOGDescriptor_HistogramNormType
impl Send for HOGDescriptor_HistogramNormType
impl Sync for HOGDescriptor_HistogramNormType
impl Unpin for HOGDescriptor_HistogramNormType
impl UnwindSafe for HOGDescriptor_HistogramNormType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more