Function bytemuck::checked::from_bytes

source ·
pub fn from_bytes<T: CheckedBitPattern>(s: &[u8]) -> &T
Expand description

Re-interprets &[u8] as &T.

Panics

This is try_from_bytes but will panic on error.