pub struct Tuple<T>where
Self: TupleExtern,{ /* private fields */ }
Implementations§
source§impl Tuple<(Point2i, Point2i)>
impl Tuple<(Point2i, Point2i)>
pub fn as_raw_TupleOfPoint2i_Point2i( &self ) -> <Self as OpenCVTypeExternContainer>::ExternSend
pub fn as_raw_mut_TupleOfPoint2i_Point2i( &mut self ) -> <Self as OpenCVTypeExternContainer>::ExternSendMut
source§impl Tuple<(Rect, i32)>
impl Tuple<(Rect, i32)>
pub fn as_raw_TupleOfRect_i32( &self ) -> <Self as OpenCVTypeExternContainer>::ExternSend
pub fn as_raw_mut_TupleOfRect_i32( &mut self ) -> <Self as OpenCVTypeExternContainer>::ExternSendMut
source§impl Tuple<(UMat, u8)>
impl Tuple<(UMat, u8)>
pub fn as_raw_TupleOfUMat_u8( &self ) -> <Self as OpenCVTypeExternContainer>::ExternSend
pub fn as_raw_mut_TupleOfUMat_u8( &mut self ) -> <Self as OpenCVTypeExternContainer>::ExternSendMut
source§impl Tuple<(i32, f32)>
impl Tuple<(i32, f32)>
pub fn as_raw_TupleOfi32_f32( &self ) -> <Self as OpenCVTypeExternContainer>::ExternSend
pub fn as_raw_mut_TupleOfi32_f32( &mut self ) -> <Self as OpenCVTypeExternContainer>::ExternSendMut
source§impl Tuple<(i32, f64)>
impl Tuple<(i32, f64)>
pub fn as_raw_TupleOfi32_f64( &self ) -> <Self as OpenCVTypeExternContainer>::ExternSend
pub fn as_raw_mut_TupleOfi32_f64( &mut self ) -> <Self as OpenCVTypeExternContainer>::ExternSendMut
source§impl Tuple<(Backend, Target)>
impl Tuple<(Backend, Target)>
pub fn as_raw_TupleOfBackend_Target( &self ) -> <Self as OpenCVTypeExternContainer>::ExternSend
pub fn as_raw_mut_TupleOfBackend_Target( &mut self ) -> <Self as OpenCVTypeExternContainer>::ExternSendMut
source§impl Tuple<(GBackend, GKernelImpl)>
impl Tuple<(GBackend, GKernelImpl)>
pub fn as_raw_TupleOfGBackend_GKernelImpl( &self ) -> <Self as OpenCVTypeExternContainer>::ExternSend
pub fn as_raw_mut_TupleOfGBackend_GKernelImpl( &mut self ) -> <Self as OpenCVTypeExternContainer>::ExternSendMut
source§impl Tuple<(GBackend, GKernelImpl)>
impl Tuple<(GBackend, GKernelImpl)>
pub fn get_0(&self) -> GBackend
pub fn get_1(&self) -> GKernelImpl
sourcepub fn new(s: (GBackend, GKernelImpl)) -> Self
pub fn new(s: (GBackend, GKernelImpl)) -> Self
Create new from a Rust tuple
sourcepub fn into_tuple(self) -> (GBackend, GKernelImpl)
pub fn into_tuple(self) -> (GBackend, GKernelImpl)
Convert into a Rust tuple