Trait odds::slice::Pod [] [src]

pub unsafe trait Pod: Copy { }

"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.

Implementors