pub unsafe trait OclVec: OclPrm + OclNum { }Expand description
A vector type usable within OpenCL kernels.
To describe the contents of buffers, etc., prefer using the more general
OclPrm trait unless numeric operations are required.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.