pub trait RMat_IAdapterConst {
    fn as_raw_RMat_IAdapter(&self) -> *const c_void;

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

Required Methods§

Provided Methods§

Implementors§