devela::_dep::bytemuck::checked

Function from_bytes_mut

pub fn from_bytes_mut<T>(s: &mut [u8]) -> &mut T
Available on crate feature dep_bytemuck only.
Expand description

Re-interprets &mut [u8] as &mut T.

ยงPanics

This is try_from_bytes_mut but will panic on error.