[][src]Trait opencv::core::MatStepTrait

pub trait MatStepTrait {
    fn as_raw_MatStep(&self) -> *const c_void;
fn as_raw_mut_MatStep(&mut self) -> *mut c_void; fn p(&mut self) -> &mut size_t { ... }
fn set_p(&mut self, val: &mut size_t) { ... }
fn buf(&mut self) -> &mut [size_t; 2] { ... }
fn get(&self, i: i32) -> Result<size_t> { ... }
fn get_mut(&mut self, i: i32) -> Result<size_t> { ... }
fn to_size_t(&self) -> Result<size_t> { ... } }

Required methods

Loading content...

Provided methods

fn p(&mut self) -> &mut size_t[src]

fn set_p(&mut self, val: &mut size_t)[src]

fn buf(&mut self) -> &mut [size_t; 2][src]

fn get(&self, i: i32) -> Result<size_t>[src]

fn get_mut(&mut self, i: i32) -> Result<size_t>[src]

fn to_size_t(&self) -> Result<size_t>[src]

Loading content...

Implementors

impl MatStepTrait for MatStep[src]

Loading content...