opencv::prelude

Trait CallMetaDataTraitConst

Source
pub trait CallMetaDataTraitConst {
    // Required method
    fn as_raw_CallMetaData(&self) -> *const c_void;

    // Provided methods
    fn file(&self) -> String { ... }
    fn line(&self) -> size_t { ... }
    fn function(&self) -> String { ... }
    fn is_known(&self) -> bool { ... }
}
Expand description

Constant methods for crate::cvv::CallMetaData

Required Methods§

Provided Methods§

Source

fn file(&self) -> String

Source

fn line(&self) -> size_t

Source

fn function(&self) -> String

Source

fn is_known(&self) -> bool

Whether *this holds actual data.

Implementors§