pub trait RMatTraitConst {
    fn as_raw_RMat(&self) -> *const c_void;

    fn desc(&self) -> Result<GMatDesc> { ... }
}
Expand description

\addtogroup gapi_data_structures

Required Methods

Provided Methods

Implementors