[][src]Trait opencv::prelude::Image2DTrait

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

Required methods

Loading content...

Provided methods

pub fn ptr(&self) -> Result<*mut c_void>[src]

Loading content...

Implementors

impl Image2DTrait for Image2D[src]

Loading content...