Trait opencv::prelude::LogTagTraitConst
source · [−]pub trait LogTagTraitConst {
fn as_raw_LogTag(&self) -> *const c_void;
fn name(&self) -> String { ... }
fn level(&self) -> LogLevel { ... }
}
pub trait LogTagTraitConst {
fn as_raw_LogTag(&self) -> *const c_void;
fn name(&self) -> String { ... }
fn level(&self) -> LogLevel { ... }
}