Trait opencv::core::QueueTraitConst[][src]

pub trait QueueTraitConst {
    fn as_raw_Queue(&self) -> *const c_void;

    fn ptr(&self) -> Result<*mut c_void> { ... }
fn get_profiling_queue(&self) -> Result<Queue> { ... }
fn empty(&self) -> Result<bool> { ... } }

Required methods

Provided methods

Returns OpenCL command queue with enable profiling mode support

Implementors