ocl
ocl copied to clipboard
Document safety requirements for implementing OclPrm
Types implementing OclPrm should not only have the same layout as in C via #[repr(C)] but also be valid in any bit configuration of the underlying binary representation. That means, no struct containing, directly or indirectly, any char, str or bool. This PR intends to document that requirement on OclPrm