Function pod_align_to_mut
pub fn pod_align_to_mut<T, U>(vals: &mut [T]) -> (&mut [T], &mut [U], &mut [T]) ⓘ
Available on crate feature
dep_bytemuck
only.Expand description
As align_to_mut
,
but safe because of the Pod
bound.