Function bytemuck::checked::try_pod_read_unaligned  
source · pub fn try_pod_read_unaligned<T: CheckedBitPattern>(
    bytes: &[u8]
) -> Result<T, CheckedCastError>Expand description
Reads from the bytes as if they were a T.
Failure
- If the byteslength is not equal tosize_of::<T>().
- If the slice contains an invalid bit pattern for T