pub fn get_mut_helper<T: Get>(data: &mut [u8], index: DataIndex) -> &mut T
Expand description

Read a struct of type T in an array of data at a given index.