pub trait ImageCollection_iteratorTrait: ImageCollection_iteratorTraitConst {
// Required method
fn as_raw_mut_ImageCollection_iterator(&mut self) -> *mut c_void;
// Provided methods
fn try_deref_mut(&mut self) -> Result<Mat> { ... }
fn incr(&mut self) -> Result<ImageCollection_iterator> { ... }
}
Expand description
Mutable methods for crate::imgcodecs::ImageCollection_iterator