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