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

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

Required Methods

Provided Methods

Implementors