Trait opencv::hub_prelude::BackendNodeTraitConst
source · pub trait BackendNodeTraitConst {
fn as_raw_BackendNode(&self) -> *const c_void;
fn backend_id(&self) -> i32 { ... }
}
Expand description
Derivatives of this class encapsulates functions of certain backends.
Required Methods§
fn as_raw_BackendNode(&self) -> *const c_void
Provided Methods§
sourcefn backend_id(&self) -> i32
fn backend_id(&self) -> i32
Backend identifier.