Enum opencv::optflow::GPCDescType
source · #[repr(C)]pub enum GPCDescType {
GPC_DESCRIPTOR_DCT,
GPC_DESCRIPTOR_WHT,
}Expand description
Descriptor types for the Global Patch Collider.
Variants§
Trait Implementations§
source§impl Clone for GPCDescType
impl Clone for GPCDescType
source§fn clone(&self) -> GPCDescType
fn clone(&self) -> GPCDescType
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 GPCDescType
impl Debug for GPCDescType
source§impl PartialEq<GPCDescType> for GPCDescType
impl PartialEq<GPCDescType> for GPCDescType
source§fn eq(&self, other: &GPCDescType) -> bool
fn eq(&self, other: &GPCDescType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for GPCDescType
impl Eq for GPCDescType
impl StructuralEq for GPCDescType
impl StructuralPartialEq for GPCDescType
Auto Trait Implementations§
impl RefUnwindSafe for GPCDescType
impl Send for GPCDescType
impl Sync for GPCDescType
impl Unpin for GPCDescType
impl UnwindSafe for GPCDescType
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