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

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

Required methods

Loading content...

Provided methods

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

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

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

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

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

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

Loading content...

Implementors

impl MatStepTrait for MatStep[src]

Loading content...