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
impl Pod for u8impl Pod for u16impl Pod for u32impl Pod for u64impl Pod for usizeimpl Pod for i8impl Pod for i16impl Pod for i32impl Pod for i64impl Pod for isizeimpl<T> Pod for [T; 0] where T: Podimpl<T> Pod for [T; 1] where T: Podimpl<T> Pod for [T; 2] where T: Podimpl<T> Pod for [T; 3] where T: Podimpl<T> Pod for [T; 4] where T: Podimpl<T> Pod for [T; 5] where T: Podimpl<T> Pod for [T; 6] where T: Podimpl<T> Pod for [T; 7] where T: Podimpl<T> Pod for [T; 8] where T: Podimpl<T> Pod for [T; 9] where T: Podimpl<T> Pod for [T; 10] where T: Podimpl<T> Pod for [T; 11] where T: Podimpl<T> Pod for [T; 12] where T: Podimpl<T> Pod for [T; 13] where T: Podimpl<T> Pod for [T; 14] where T: Podimpl<T> Pod for [T; 15] where T: Podimpl<T> Pod for [T; 16] where T: Pod