opencv-binding-generator 0.101.0

Binding generator for opencv crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
{{doc_comment}}
{{debug}}
#[repr(i32)]
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum {{rust_decl}} {
	{{enum_consts}}
}

opencv_type_enum! { {{rust_ref}} { {{consts_list}} } }