Trait opencv::prelude::BackendNodeTrait[][src]

pub trait BackendNodeTrait {
    fn as_raw_BackendNode(&self) -> *const c_void;
fn as_raw_mut_BackendNode(&mut self) -> *mut c_void; fn backend_id(&self) -> i32 { ... }
fn set_backend_id(&mut self, val: i32) { ... } }

Derivatives of this class encapsulates functions of certain backends.

Required methods

Loading content...

Provided methods

fn backend_id(&self) -> i32[src]

Backend identifier.

fn set_backend_id(&mut self, val: i32)[src]

Backend identifier.

Loading content...

Implementors

Loading content...