pub fn bytes_of<T: NoUninit>(t: &T) -> &[u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
Expand description

Re-interprets &T as &[u8].

Any ZST becomes an empty slice, and in that case the pointer value of that empty slice might not match the pointer value of the input reference.