opencv-binding-generator 0.23.0

Binding generator for opencv crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{{doc_comment}}
{{debug}}
#[repr(C)]
#[derive(Copy, Clone, Debug, PartialEq)]
pub struct {{rust_local}} {
	{{fields}}
}

opencv_type_simple! { {{rust_full}} }

{{impl}}
{{impls}}