array_as_u8_slice_mut

Function array_as_u8_slice_mut 

Source
pub fn array_as_u8_slice_mut<T: Sized + Pod>(v: &mut [T]) -> &mut [u8] 
Expand description

“Transmutes” array of any sized type to a slice of bytes.