pub trait GArrayDescTraitConst {
    fn as_raw_GArrayDesc(&self) -> *const c_void;

    fn equals(&self, unnamed: &GArrayDesc) -> Result<bool> { ... }
}
Expand description

\addtogroup gapi_meta_args

Required Methods§

Provided Methods§

Implementors§