pub trait Matx_AddOpTrait: Matx_AddOpTraitConst {
    fn as_raw_mut_Matx_AddOp(&mut self) -> *mut c_void;
}

Required Methods

Implementors