Function pod_read_unaligned
pub fn pod_read_unaligned<T>(bytes: &[u8]) -> Twhere
T: CheckedBitPattern,
Available on crate feature
dep_bytemuck
only.Expand description
Reads the slice into a T
value.
ยงPanics
- This is like
try_pod_read_unaligned
but will panic on failure.