pub trait GpuMat_AllocatorTraitConst {
    // Required method
    fn as_raw_GpuMat_Allocator(&self) -> *const c_void;
}
Expand description

Constant methods for core::GpuMat_Allocator

Required Methods§

Implementors§