[][src]Trait opencv::core::Image2DTrait

pub trait Image2DTrait {
    fn as_raw_Image2D(&self) -> *const c_void;
fn as_raw_mut_Image2D(&mut self) -> *mut c_void; fn ptr(&self) -> Result<*mut c_void> { ... } }

Required methods

Loading content...

Provided methods

Loading content...

Implementors

impl Image2DTrait for Image2D[src]

Loading content...