pub trait Matx_TOpTraitConst {
    fn as_raw_Matx_TOp(&self) -> *const c_void;
}

Required Methods

Implementors