[][src]Trait opencv::prelude::PlatformTrait

pub trait PlatformTrait {
    fn as_raw_Platform(&self) -> *const c_void;
fn as_raw_mut_Platform(&mut self) -> *mut c_void; fn ptr(&self) -> Result<*mut c_void> { ... } }

Required methods

Loading content...

Provided methods

fn ptr(&self) -> Result<*mut c_void>

Loading content...

Implementors

impl PlatformTrait for Platform[src]

Loading content...