Function pod_align_to

Source
pub fn pod_align_to<T, U>(vals: &[T]) -> (&[T], &[U], &[T])
where T: NoUninit, U: AnyBitPattern,
Expand description

As align_to, but safe because of the Pod bound.