Trait opencv::prelude::MatStepTrait
source · [−]pub trait MatStepTrait: MatStepTraitConst {
fn as_raw_mut_MatStep(&mut self) -> *mut c_void;
fn p(&mut self) -> *mut size_t { ... }
unsafe fn set_p(&mut self, val: *mut size_t) { ... }
fn buf(&mut self) -> &mut [size_t; 2] { ... }
fn get_mut(&mut self, i: i32) -> size_t { ... }
}