pub trait MatOp: MatOpConst {
    fn as_raw_mut_MatOp(&mut self) -> *mut c_void;
}

Required Methods

Implementors