pub fn bytes_of<T: Pod>(val: &T) -> &[u8]
Notable traits for &'_ mut [u8]
impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
Expand description

Cast a Pod type to a byte slice.