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

pub trait MatSizeTrait: MatSizeTraitConst {
    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 get_mut(&mut self, i: i32) -> Result<i32> { ... } }

Required methods

Provided methods

Implementors