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

pub trait GpuDataTraitConst {
    fn as_raw_GpuData(&self) -> *const c_void;

    fn size(&self) -> size_t { ... }
}

Required methods

Provided methods

Implementors