Trait opencv::core::MatStepTraitConst
source · pub trait MatStepTraitConst {
fn as_raw_MatStep(&self) -> *const c_void;
fn get(&self, i: i32) -> size_t { ... }
fn to_size_t(&self) -> Result<size_t> { ... }
}
pub trait MatStepTraitConst {
fn as_raw_MatStep(&self) -> *const c_void;
fn get(&self, i: i32) -> size_t { ... }
fn to_size_t(&self) -> Result<size_t> { ... }
}