Function bytemuck::internal::cast_mut

source ·
pub(crate) unsafe fn cast_mut<A: Copy, B: Copy>(a: &mut A) -> &mut B
Expand description

Cast &mut T into &mut U.

§Panics

This is try_cast_mut but will panic on error.