pub trait Matx_MulOpTraitConst {
    fn as_raw_Matx_MulOp(&self) -> *const c_void;
}

Required Methods§

Implementors§