Function bytemuck::pod_align_to [−][src]
pub fn pod_align_to<T: Pod, U: Pod>(vals: &[T]) -> (&[T], &[U], &[T])
As align_to
, but safe because of the Pod
bound.
pub fn pod_align_to<T: Pod, U: Pod>(vals: &[T]) -> (&[T], &[U], &[T])
As align_to
, but safe because of the Pod
bound.