pub trait MotionEstimatorL1TraitConst: MotionEstimatorBaseConst {
    // Required method
    fn as_raw_MotionEstimatorL1(&self) -> *const c_void;
}
Expand description

Required Methods§

Implementors§