opencv-binding-generator 0.101.0

Binding generator for opencv crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
impl {{rust_full}} {
	pub fn {{rust_as_raw_const}}(&self) -> extern_send!(Self) { self.as_raw() }
	pub fn {{rust_as_raw_mut}}(&mut self) -> extern_send!(mut Self) { self.as_raw_mut() }
}

tuple_extern! { {{inner_rust_full}},
	{{new_extern}}, {{delete_extern}},
	{{getters}}
}