pub trait Matx_SubOpTrait: Matx_SubOpTraitConst {
    fn as_raw_mut_Matx_SubOp(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§