Function dataview::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.