Struct opencv::core::Matx [−][src]
#[repr(C)]pub struct Matx<T: ValidMatxType, A: SizedArray<T>> {
pub val: A::Storage,
}
Expand description
Fields
val: A::Storage
Implementations
Trait Implementations
impl<T: Clone + ValidMatxType, A: Clone + SizedArray<T>> Clone for Matx<T, A> where
A::Storage: Clone,
impl<T: Clone + ValidMatxType, A: Clone + SizedArray<T>> Clone for Matx<T, A> where
A::Storage: Clone,
impl<T: ValidMatxType, A: SizedArray<T>> ToInputArray for Matx<T, A> where
Self: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToInputArray for Matx<T, A> where
Self: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToInputArray for &Matx<T, A> where
Matx<T, A>: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToInputArray for &Matx<T, A> where
Matx<T, A>: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToInputOutputArray for Matx<T, A> where
Self: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToInputOutputArray for Matx<T, A> where
Self: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToInputOutputArray for &mut Matx<T, A> where
Matx<T, A>: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToInputOutputArray for &mut Matx<T, A> where
Matx<T, A>: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToOutputArray for Matx<T, A> where
Self: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToOutputArray for Matx<T, A> where
Self: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToOutputArray for &mut Matx<T, A> where
Matx<T, A>: MatxExtern<T, A>,
impl<T: ValidMatxType, A: SizedArray<T>> ToOutputArray for &mut Matx<T, A> where
Matx<T, A>: MatxExtern<T, A>,
impl<T: Copy + ValidMatxType, A: Copy + SizedArray<T>> Copy for Matx<T, A> where
A::Storage: Copy,
Auto Trait Implementations
impl<T, A> RefUnwindSafe for Matx<T, A> where
<A as SizedArray<T>>::Storage: RefUnwindSafe,
impl<T, A> Send for Matx<T, A> where
<A as SizedArray<T>>::Storage: Send,
impl<T, A> Sync for Matx<T, A> where
<A as SizedArray<T>>::Storage: Sync,
impl<T, A> Unpin for Matx<T, A> where
<A as SizedArray<T>>::Storage: Unpin,
impl<T, A> UnwindSafe for Matx<T, A> where
<A as SizedArray<T>>::Storage: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more