#[repr(i32)]pub enum HOGDescriptor_DescriptorStorageFormat {
DESCR_FORMAT_COL_BY_COL = 0,
DESCR_FORMAT_ROW_BY_ROW = 1,
}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 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_DescriptorStorageFormat> for i32
impl From<HOGDescriptor_DescriptorStorageFormat> for i32
Source§fn from(v: HOGDescriptor_DescriptorStorageFormat) -> Self
fn from(v: HOGDescriptor_DescriptorStorageFormat) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HOGDescriptor_DescriptorStorageFormat
impl PartialEq for HOGDescriptor_DescriptorStorageFormat
Source§fn eq(&self, other: &HOGDescriptor_DescriptorStorageFormat) -> bool
fn eq(&self, other: &HOGDescriptor_DescriptorStorageFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HOGDescriptor_DescriptorStorageFormat
impl Eq for HOGDescriptor_DescriptorStorageFormat
impl StructuralPartialEq for HOGDescriptor_DescriptorStorageFormat
Auto Trait Implementations§
impl Freeze for HOGDescriptor_DescriptorStorageFormat
impl RefUnwindSafe for HOGDescriptor_DescriptorStorageFormat
impl Send for HOGDescriptor_DescriptorStorageFormat
impl Sync for HOGDescriptor_DescriptorStorageFormat
impl Unpin for HOGDescriptor_DescriptorStorageFormat
impl UnwindSafe for HOGDescriptor_DescriptorStorageFormat
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