Trait opencv::core::Image2DTraitConst
source · [−]pub trait Image2DTraitConst {
fn as_raw_Image2D(&self) -> *const c_void;
fn ptr(&self) -> Result<*mut c_void> { ... }
}
pub trait Image2DTraitConst {
fn as_raw_Image2D(&self) -> *const c_void;
fn ptr(&self) -> Result<*mut c_void> { ... }
}