Function bytemuck::try_cast_slice_mut
source · [−]Expand description
Try to convert &mut [A] into &mut [B] (possibly with a change in
length).
As try_cast_slice, but &mut.
Try to convert &mut [A] into &mut [B] (possibly with a change in
length).
As try_cast_slice, but &mut.