pub trait Matx_SubOpTraitConst {
    fn as_raw_Matx_SubOp(&self) -> *const c_void;
}

Required Methods

Implementors