Trait opencv::hub_prelude::MatStepTraitConst[][src]

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> { ... } }

Required methods

Provided methods

Implementors