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