Trait PlatformTrait
opencv::prelude
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> { ... } }
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>
impl PlatformTrait for Platform