Function bytemuck::checked::pod_read_unaligned  
source · pub fn pod_read_unaligned<T: CheckedBitPattern>(bytes: &[u8]) -> TExpand description
Reads the slice into a T value.
Panics
- This is like try_pod_read_unalignedbut will panic on failure.