Enum opencv::core::_OutputArray_DepthMask
source · #[repr(C)]
pub enum _OutputArray_DepthMask {
DEPTH_MASK_8U,
DEPTH_MASK_8S,
DEPTH_MASK_16U,
DEPTH_MASK_16S,
DEPTH_MASK_32S,
DEPTH_MASK_32F,
DEPTH_MASK_64F,
DEPTH_MASK_16F,
DEPTH_MASK_ALL,
DEPTH_MASK_ALL_BUT_8S,
DEPTH_MASK_ALL_16F,
DEPTH_MASK_FLT,
}
Variants§
DEPTH_MASK_8U
DEPTH_MASK_8S
DEPTH_MASK_16U
DEPTH_MASK_16S
DEPTH_MASK_32S
DEPTH_MASK_32F
DEPTH_MASK_64F
DEPTH_MASK_16F
DEPTH_MASK_ALL
DEPTH_MASK_ALL_BUT_8S
DEPTH_MASK_ALL_16F
DEPTH_MASK_FLT
Trait Implementations§
source§impl Clone for _OutputArray_DepthMask
impl Clone for _OutputArray_DepthMask
source§fn clone(&self) -> _OutputArray_DepthMask
fn clone(&self) -> _OutputArray_DepthMask
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 _OutputArray_DepthMask
impl Debug for _OutputArray_DepthMask
source§impl PartialEq<_OutputArray_DepthMask> for _OutputArray_DepthMask
impl PartialEq<_OutputArray_DepthMask> for _OutputArray_DepthMask
source§fn eq(&self, other: &_OutputArray_DepthMask) -> bool
fn eq(&self, other: &_OutputArray_DepthMask) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.