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