Function get_mut

Source
pub fn get_mut<T: Pod>(data: &mut [u8], index: usize) -> Option<&mut T>
Expand description

Get mutablely at index.