pub trait Matx_MulOpTrait: Matx_MulOpTraitConst {
    fn as_raw_mut_Matx_MulOp(&mut self) -> *mut c_void;
}

Required Methods

Implementors