pub unsafe trait Pod: Copy { }Expand description
“plain old data”: Types that we can stick arbitrary bit patterns into,
and thus use them as blocks in split_aligned_for or in UnalignedIter.
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.