pub type cl_uint = u32;Trait Implementations§
Source§impl FromOclInfo for cl_uint
impl FromOclInfo for cl_uint
Source§impl MemSafe for cl_uint
impl MemSafe for cl_uint
Source§fn is_param_type_compatible(c_type: &str) -> bool
fn is_param_type_compatible(c_type: &str) -> bool
Check whether a given OpenCL C type (e.g.
float or ulong) is
compatible with this Rust type. This will be used when assigning kernel
arguments as a sanity check, but should not be trusted as a guarantee of
correctness.