[][src]Trait opencv::core::prelude::MatSizeTrait

pub trait MatSizeTrait {
    fn as_raw_MatSize(&self) -> *const c_void;
fn as_raw_mut_MatSize(&mut self) -> *mut c_void; fn p(&mut self) -> &mut i32 { ... }
fn set_p(&mut self, val: &mut i32) { ... }
fn dims(&self) -> Result<i32> { ... }
fn get(&self, i: i32) -> Result<i32> { ... }
fn get_mut(&mut self, i: i32) -> Result<i32> { ... }
fn to_ri32(&self) -> Result<&i32> { ... } }

Required methods

Loading content...

Provided methods

fn p(&mut self) -> &mut i32

fn set_p(&mut self, val: &mut i32)

fn dims(&self) -> Result<i32>

fn get(&self, i: i32) -> Result<i32>

fn get_mut(&mut self, i: i32) -> Result<i32>

fn to_ri32(&self) -> Result<&i32>

Loading content...

Implementors

impl MatSizeTrait for MatSize[src]

Loading content...