opencv-binding-generator 0.27.0

Binding generator for opencv crate
Documentation
1
2
3
4
5
6
7
8
9
impl Clone for {{rust_local}} {
	#[inline(always)]
	/// Calls try_clone() and panics if that fails
	fn clone(&self) -> Self {
		self.try_clone().expect("Cannot clone {{rust_local}}")
	}
}