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

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

Derivatives of this class encapsulates functions of certain backends.

Required methods

Loading content...

Provided methods

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

Backend identifier.

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

Backend identifier.

Loading content...

Implementors

impl BackendNodeTrait for BackendNode[src]

impl BackendNodeTrait for PtrOfBackendNode[src]

Loading content...