Struct opencv::types::VectorOfMat [] [src]

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

Fields

ptr

Methods

impl VectorOfMat

fn new() -> VectorOfMat

fn len(&self) -> i32

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

impl VectorOfMat

fn push(&mut self, val: Mat)

Trait Implementations

impl Drop for VectorOfMat

fn drop(&mut self)