Struct opencv::types::VectorOfVectorOfPoint2f [] [src]

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

Fields

ptr

Methods

impl VectorOfVectorOfPoint2f

fn new() -> VectorOfVectorOfPoint2f

fn len(&self) -> i32

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

impl VectorOfVectorOfPoint2f

fn push(&mut self, val: VectorOfPoint2f)

Trait Implementations

impl Drop for VectorOfVectorOfPoint2f

fn drop(&mut self)