Function bytemuck::pod_align_to[][src]

pub fn pod_align_to<T: Pod, U: Pod>(vals: &[T]) -> (&[T], &[U], &[T])
Expand description

As align_to, but safe because of the Pod bound.