Function bytemuck::pod_align_to
source · pub fn pod_align_to<T: NoUninit, U: AnyBitPattern>(
vals: &[T]
) -> (&[T], &[U], &[T])Expand description
As align_to, but safe because of the Pod bound.
pub fn pod_align_to<T: NoUninit, U: AnyBitPattern>(
vals: &[T]
) -> (&[T], &[U], &[T])As align_to, but safe because of the Pod bound.