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