opencv-binding-generator 0.101.0

Binding generator for opencv crate
Documentation
1
2
3
4
5
6
7
8
9
impl {{base_rust_full_const}} for {{rust_full}} {
	#[inline] fn {{base_rust_as_raw_const}}(&self) -> *const c_void { self.inner_as_raw() }
}

impl {{base_rust_full_mut}} for {{rust_full}} {
	#[inline] fn {{base_rust_as_raw_mut}}(&mut self) -> *mut c_void { self.inner_as_raw_mut() }
}