pub trait Matx_MatMulOpTrait: Matx_MatMulOpTraitConst {
    fn as_raw_mut_Matx_MatMulOp(&mut self) -> *mut c_void;
}

Required Methods

Implementors