ocl icon indicating copy to clipboard operation
ocl copied to clipboard

Document safety requirements for implementing OclPrm

Open aabizri opened this issue 6 years ago • 0 comments

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

aabizri avatar Sep 25 '19 20:09 aabizri