bytemuck::checked

Function pod_read_unaligned

Source
pub fn pod_read_unaligned<T: CheckedBitPattern>(bytes: &[u8]) -> T
Expand description

Reads the slice into a T value.

ยงPanics

  • This is like try_pod_read_unaligned but will panic on failure.