Function get_mut

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

Get mutablely at index.