Struct opencv::types::VectorOfVectorOfDMatch [] [src]

pub struct VectorOfVectorOfDMatch {
    pub ptr: *mut c_void,
}

Fields

ptr

Methods

impl VectorOfVectorOfDMatch

fn new() -> VectorOfVectorOfDMatch

fn len(&self) -> i32

unsafe fn as_raw_VectorOfVectorOfDMatch(&self) -> *mut c_void

impl VectorOfVectorOfDMatch

fn push(&mut self, val: VectorOfDMatch)

Trait Implementations

impl Drop for VectorOfVectorOfDMatch

fn drop(&mut self)