bytes_mut

Function bytes_mut 

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

Returns the object’s memory as a mutable byte slice.