pub trait Matx_MatMulOpTraitConst {
    fn as_raw_Matx_MatMulOp(&self) -> *const c_void;
}

Required Methods

Implementors